aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-08-04 14:09:15 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-08-04 14:09:15 +0900
commitbdcab87b1c54f61dbc0a77648fee4c2b17964d5c (patch)
treefd7e41c022c5a1149822a3541373eb73fee847cf /arch/sh/Kconfig
parentsh: Save NUMA node data in vmcore for crash dumps. (diff)
downloadlinux-dev-bdcab87b1c54f61dbc0a77648fee4c2b17964d5c.tar.xz
linux-dev-bdcab87b1c54f61dbc0a77648fee4c2b17964d5c.zip
sh: define GENERIC_LOCKBREAK.
Needed for fixing up the __raw_spin_is_contended() reference which results in a build error. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 0ae541107f3f..37b91017818d 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -63,6 +63,10 @@ config GENERIC_TIME
config GENERIC_CLOCKEVENTS
def_bool n
+config GENERIC_LOCKBREAK
+ def_bool y
+ depends on SMP && PREEMPT
+
config SYS_SUPPORTS_PM
bool