From: Thomas Gleixner Date: Sun, 6 Feb 2011 21:10:54 +0000 (+0100) Subject: xtensa: Use generic IRQ Kconfig and set GENERIC_HARDIRQS_NO_DEPRECATED X-Git-Tag: v2.6.39-rc1~59^2~7 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=3b190a4a0919eac849f73cb06886f26d357a554c;hp=0e77575346c2ed371e06aa3b409c74221be09c38;p=~andy%2Flinux xtensa: Use generic IRQ Kconfig and set GENERIC_HARDIRQS_NO_DEPRECATED All chips converted. Signed-off-by: Thomas Gleixner Cc: Chris Zankel LKML-Reference: <20110206211137.849317253@linutronix.de> --- diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index d373d159e75..a1c7482ad0e 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -7,6 +7,8 @@ config ZONE_DMA config XTENSA def_bool y select HAVE_IDE + select HAVE_GENERIC_HARDIRQS + select GENERIC_HARDIRQS_NO_DEPRECATED help Xtensa processors are 32-bit RISC machines designed by Tensilica primarily for embedded systems. These processors are both @@ -24,9 +26,6 @@ config GENERIC_FIND_NEXT_BIT config GENERIC_HWEIGHT def_bool y -config GENERIC_HARDIRQS - def_bool y - config GENERIC_GPIO def_bool y