summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/sys/machcpuvar.h
diff options
context:
space:
mode:
authorandrei <none@none>2005-11-03 13:54:33 -0800
committerandrei <none@none>2005-11-03 13:54:33 -0800
commit9d7041eec59fd2059033c58e9e5427468f4446e8 (patch)
tree47234d37fcfa7a7a41081277d3da2340f303f4e0 /usr/src/uts/sun4v/sys/machcpuvar.h
parent754564661a990e58301b3840826dab55b72c2963 (diff)
downloadillumos-joyent-9d7041eec59fd2059033c58e9e5427468f4446e8.tar.gz
4873353 panic: mp_cpu_quiesce: cpu_thread != cpu_idle_thread
Diffstat (limited to 'usr/src/uts/sun4v/sys/machcpuvar.h')
-rw-r--r--usr/src/uts/sun4v/sys/machcpuvar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/sun4v/sys/machcpuvar.h b/usr/src/uts/sun4v/sys/machcpuvar.h
index 2ed0b9dddc..a49e693e17 100644
--- a/usr/src/uts/sun4v/sys/machcpuvar.h
+++ b/usr/src/uts/sun4v/sys/machcpuvar.h
@@ -158,10 +158,13 @@ struct machcpu {
uint16_t *cpu_list; /* uint16_t [NCPU] */
uint64_t cpu_list_ra; /* cpu list ra */
id_t cpu_ipipe; /* cpu exec unit id */
+ kthread_t *startup_thread;
};
typedef struct machcpu machcpu_t;
+#define cpu_startup_thread cpu_m.startup_thread
+
/*
* Macro to access the "cpu private" data structure.
*/