diff options
Diffstat (limited to 'usr/src/uts/sun4u/os/mach_cpu_states.c')
-rw-r--r-- | usr/src/uts/sun4u/os/mach_cpu_states.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/uts/sun4u/os/mach_cpu_states.c b/usr/src/uts/sun4u/os/mach_cpu_states.c index 9e14ff1930..f154bea238 100644 --- a/usr/src/uts/sun4u/os/mach_cpu_states.c +++ b/usr/src/uts/sun4u/os/mach_cpu_states.c @@ -19,12 +19,10 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/types.h> #include <sys/t_lock.h> #include <sys/uadmin.h> @@ -41,6 +39,7 @@ #include <sys/consdev.h> #include <sys/kdi_impl.h> #include <sys/callb.h> +#include <sys/dumphdr.h> #ifdef TRAPTRACE #include <sys/traptrace.h> @@ -200,6 +199,8 @@ panic_idle(void) CPU->cpu_m.in_prom = 1; membar_stld(); + dumpsys_helper(); + for (;;) continue; } |