diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-05-07 03:39:09 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-07 03:39:09 -0400 |
commit | d523e1ae6addd4f18a609da39f23719eaecfedf0 (patch) | |
tree | 61a7bf312c71b4bca50710b0b3dc8a54c3a7eb11 /arch/sh/Kconfig | |
parent | 9b7a37853a8cd69829eb1d9715a6c09aae01eeec (diff) |
sh: flag kdump as broken on SMP for now.
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>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index c2325bd48fd3..38611bcdf74c 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -633,7 +633,7 @@ config KEXEC | |||
633 | 633 | ||
634 | config CRASH_DUMP | 634 | config CRASH_DUMP |
635 | bool "kernel crash dumps (EXPERIMENTAL)" | 635 | bool "kernel crash dumps (EXPERIMENTAL)" |
636 | depends on SUPERH32 && EXPERIMENTAL | 636 | depends on SUPERH32 && EXPERIMENTAL && BROKEN_ON_SMP |
637 | help | 637 | help |
638 | Generate crash dump after being started by kexec. | 638 | Generate crash dump after being started by kexec. |
639 | This should be normally only set in special crash dump kernels | 639 | This should be normally only set in special crash dump kernels |