changeset 13878:dd10606460cc

3314 disable multi-threaded dump until it can be removed Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
author Richard Lowe <richlowe@richlowe.net>
date Fri, 26 Oct 2012 17:56:47 -0400
parents 696183757f27
children 4eac7a87eff2
files usr/src/uts/common/sys/dumphdr.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/sys/dumphdr.h	Sat Nov 03 14:41:42 2012 -0700
+++ b/usr/src/uts/common/sys/dumphdr.h	Fri Oct 26 17:56:47 2012 -0400
@@ -205,10 +205,10 @@
  */
 extern uint_t dump_plat_mincpu_default;
 
-#define	DUMP_PLAT_SUN4U_MINCPU		51
-#define	DUMP_PLAT_SUN4U_OPL_MINCPU	8
-#define	DUMP_PLAT_SUN4V_MINCPU		128
-#define	DUMP_PLAT_X86_64_MINCPU		11
+#define	DUMP_PLAT_SUN4U_MINCPU		0
+#define	DUMP_PLAT_SUN4U_OPL_MINCPU	0
+#define	DUMP_PLAT_SUN4V_MINCPU		0
+#define	DUMP_PLAT_X86_64_MINCPU		0
 #define	DUMP_PLAT_X86_32_MINCPU		0
 
 /*