summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4/os/startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4/os/startup.c')
-rw-r--r--usr/src/uts/sun4/os/startup.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/uts/sun4/os/startup.c b/usr/src/uts/sun4/os/startup.c
index bc4fd4b103..36f3d80ae3 100644
--- a/usr/src/uts/sun4/os/startup.c
+++ b/usr/src/uts/sun4/os/startup.c
@@ -55,6 +55,7 @@
#include <sys/cpu_sgnblk_defs.h>
#include <sys/clock.h>
#include <sys/cmn_err.h>
+#include <sys/dumphdr.h>
#include <sys/promif.h>
#include <sys/prom_debug.h>
#include <sys/traptrace.h>
@@ -626,6 +627,11 @@ sync_handler(void)
}
/*
+ * Force a serial dump, since there are no CPUs to help.
+ */
+ dump_plat_mincpu = 0;
+
+ /*
* We've managed to get here without going through the
* normal panic code path. Try and save some useful
* information.