diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2008-08-04 01:09:15 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2008-08-04 01:09:15 -0400 |
| commit | bdcab87b1c54f61dbc0a77648fee4c2b17964d5c (patch) | |
| tree | fd7e41c022c5a1149822a3541373eb73fee847cf | |
| parent | c3b4adfa65bae300a143188491e285556ca80fff (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>
| -rw-r--r-- | arch/sh/Kconfig | 4 |
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 | |||
| 63 | config GENERIC_CLOCKEVENTS | 63 | config GENERIC_CLOCKEVENTS |
| 64 | def_bool n | 64 | def_bool n |
| 65 | 65 | ||
| 66 | config GENERIC_LOCKBREAK | ||
| 67 | def_bool y | ||
| 68 | depends on SMP && PREEMPT | ||
| 69 | |||
| 66 | config SYS_SUPPORTS_PM | 70 | config SYS_SUPPORTS_PM |
| 67 | bool | 71 | bool |
| 68 | 72 | ||
