aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-08-04 01:09:15 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-08-04 01:09:15 -0400
commitbdcab87b1c54f61dbc0a77648fee4c2b17964d5c (patch)
treefd7e41c022c5a1149822a3541373eb73fee847cf /arch/sh
parentc3b4adfa65bae300a143188491e285556ca80fff (diff)
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')
-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
63config GENERIC_CLOCKEVENTS 63config GENERIC_CLOCKEVENTS
64 def_bool n 64 def_bool n
65 65
66config GENERIC_LOCKBREAK
67 def_bool y
68 depends on SMP && PREEMPT
69
66config SYS_SUPPORTS_PM 70config SYS_SUPPORTS_PM
67 bool 71 bool
68 72