sh: flag kdump as broken on SMP for now.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 7 May 2010 07:39:09 +0000 (16:39 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 7 May 2010 07:39:09 +0000 (16:39 +0900)
There's still quite a bit of shootdown logic that needs to be hacked up
to support SMP for kdump properly, so just add in a BROKEN_ON_SMP
dependency for now.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig

index c2325bd..38611bc 100644 (file)
@@ -633,7 +633,7 @@ config KEXEC
 
 config CRASH_DUMP
        bool "kernel crash dumps (EXPERIMENTAL)"
-       depends on SUPERH32 && EXPERIMENTAL
+       depends on SUPERH32 && EXPERIMENTAL && BROKEN_ON_SMP
        help
          Generate crash dump after being started by kexec.
          This should be normally only set in special crash dump kernels