From: Adrian Bunk Date: Fri, 10 Mar 2006 01:33:45 +0000 (-0800) Subject: [PATCH] xtensa must set RWSEM_GENERIC_SPINLOCK=y X-Git-Tag: v2.6.16-rc6~39 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=628de616ba760b7b1d5e3d95dbe40a988fbf8ca5;p=~emulex%2Finfiniband.git [PATCH] xtensa must set RWSEM_GENERIC_SPINLOCK=y /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 Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 7ee4a14ec3b..e90ef5db891 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -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"