Skip to content

Commit

Permalink
[PATCH] xtensa must set RWSEM_GENERIC_SPINLOCK=y
Browse files Browse the repository at this point in the history
/usr/src/ctest/git/kernel/mm/rmap.c: In function `page_referenced_one':
/usr/src/ctest/git/kernel/mm/rmap.c:354: warning: implicit declaration of function `rwsem_is_locked'

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Mar 10, 2006
1 parent 38fb942 commit 628de61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ config GENERIC_HARDIRQS
bool
default y

config RWSEM_GENERIC_SPINLOCK
bool
default y

source "init/Kconfig"

menu "Processor type and features"
Expand Down

0 comments on commit 628de61

Please sign in to comment.