diff options
author | andrei <none@none> | 2005-11-03 13:54:33 -0800 |
---|---|---|
committer | andrei <none@none> | 2005-11-03 13:54:33 -0800 |
commit | 9d7041eec59fd2059033c58e9e5427468f4446e8 (patch) | |
tree | 47234d37fcfa7a7a41081277d3da2340f303f4e0 /usr/src/uts/sun4v/sys/machcpuvar.h | |
parent | 754564661a990e58301b3840826dab55b72c2963 (diff) | |
download | illumos-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.h | 3 |
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. */ |