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: v3.12-rc1~38111 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=628de616ba760b7b1d5e3d95dbe40a988fbf8ca5;p=kernel%2Fkernel-generic.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 7ee4a14..e90ef5d 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"