Skip to content

Commit

Permalink
sh: define GENERIC_LOCKBREAK.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Aug 4, 2008
1 parent c3b4adf commit bdcab87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bdcab87

Please sign in to comment.