Skip to content

Commit

Permalink
3314 disable multi-threaded dump until it can be removed
Browse files Browse the repository at this point in the history
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Robert Mustacchi <rm@joyent.com>
  • Loading branch information
richlowe committed Nov 6, 2012
1 parent 59e72b1 commit c523716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions usr/src/uts/common/sys/dumphdr.h
Expand Up @@ -205,10 +205,10 @@ extern const char *dump_get_uuid(void);
*/ */
extern uint_t dump_plat_mincpu_default; extern uint_t dump_plat_mincpu_default;


#define DUMP_PLAT_SUN4U_MINCPU 51 #define DUMP_PLAT_SUN4U_MINCPU 0
#define DUMP_PLAT_SUN4U_OPL_MINCPU 8 #define DUMP_PLAT_SUN4U_OPL_MINCPU 0
#define DUMP_PLAT_SUN4V_MINCPU 128 #define DUMP_PLAT_SUN4V_MINCPU 0
#define DUMP_PLAT_X86_64_MINCPU 11 #define DUMP_PLAT_X86_64_MINCPU 0
#define DUMP_PLAT_X86_32_MINCPU 0 #define DUMP_PLAT_X86_32_MINCPU 0


/* /*
Expand Down

0 comments on commit c523716

Please sign in to comment.