]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc: Increase CRASH_HANDLER_MAX
authorArnd Bergmann <arnd@arndb.de>
Thu, 12 Jun 2008 09:34:39 +0000 (19:34 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 30 Jun 2008 12:31:00 +0000 (22:31 +1000)
There are now two potential callers of machine_crash_shutdown,
so increase the limit accordingly.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/crash.c

index eae401de3f769f08176838d9456a2e84c9ba786d..0a8439aafdd1ed26f78d61bc110703f32bd284c4 100644 (file)
@@ -48,7 +48,7 @@ int crashing_cpu = -1;
 static cpumask_t cpus_in_crash = CPU_MASK_NONE;
 cpumask_t cpus_in_sr = CPU_MASK_NONE;
 
-#define CRASH_HANDLER_MAX 1
+#define CRASH_HANDLER_MAX 2
 /* NULL terminated list of shutdown handles */
 static crash_shutdown_t crash_shutdown_handles[CRASH_HANDLER_MAX+1];
 static DEFINE_SPINLOCK(crash_handlers_lock);