[patch 75/75] x86: Disable deprecated GENIRQ features

From: Thomas Gleixner
Date: Thu Feb 10 2011 - 18:39:02 EST


x86 builds and works without the deprecated stuff when XEN, and MFD
are disabled. Once those are fixed, we can remove the conditionals.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
arch/x86/Kconfig | 2 ++
1 file changed, 2 insertions(+)

Index: linux-2.6-tip/arch/x86/Kconfig
===================================================================
--- linux-2.6-tip.orig/arch/x86/Kconfig
+++ linux-2.6-tip/arch/x86/Kconfig
@@ -67,6 +67,8 @@ config X86
select GENERIC_IRQ_PROBE
select GENERIC_PENDING_IRQ if SMP
select GENERIC_IRQ_SHOW
+ select GENERIC_HARDIRQS_NO_DEPRECATED if !XEN && !MFD
+ select GENERIC_HARDIRQS_NO_COMPAT if !XEN && !MFD
select USE_GENERIC_SMP_HELPERS if SMP

config INSTRUCTION_DECODER


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/