From: Paul Mundt Date: Mon, 4 Aug 2008 05:09:15 +0000 (+0900) Subject: sh: define GENERIC_LOCKBREAK. X-Git-Tag: v2.6.27-rc2~42^2~6 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=bdcab87b1c54f61dbc0a77648fee4c2b17964d5c;p=linux-2.6-omap-h63xx.git 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 --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 0ae541107f3..37b91017818 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