From 9d7041eec59fd2059033c58e9e5427468f4446e8 Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 3 Nov 2005 13:54:33 -0800 Subject: 4873353 panic: mp_cpu_quiesce: cpu_thread != cpu_idle_thread --- usr/src/uts/sun4v/sys/machcpuvar.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/src/uts/sun4v/sys/machcpuvar.h') 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. */ -- cgit v1.2.3