commit | bdcab87b1c54f61dbc0a77648fee4c2b17964d5c | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Aug 04 14:09:15 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Aug 04 14:09:15 2008 +0900 |
tree | fd7e41c022c5a1149822a3541373eb73fee847cf | |
parent | c3b4adfa65bae300a143188491e285556ca80fff [diff] [blame] |
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>
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 0ae5411..37b9101 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig
@@ -63,6 +63,10 @@ config GENERIC_CLOCKEVENTS def_bool n +config GENERIC_LOCKBREAK + def_bool y + depends on SMP && PREEMPT + config SYS_SUPPORTS_PM bool