summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner2017-06-20 01:37:46 +0200
committerThomas Gleixner2017-06-22 18:21:23 +0200
commitc7d6c9dd871f42c4e0ce5563d2f684e78ea673cf (patch)
tree19382350bc48f7f886b691b7408d1658e3105300 /arch/x86/Kconfig
parentxen/events: Add support for effective affinity mask (diff)
downloadkernel-qcow2-linux-c7d6c9dd871f42c4e0ce5563d2f684e78ea673cf.tar.gz
kernel-qcow2-linux-c7d6c9dd871f42c4e0ce5563d2f684e78ea673cf.tar.xz
kernel-qcow2-linux-c7d6c9dd871f42c4e0ce5563d2f684e78ea673cf.zip
x86/apic: Implement effective irq mask update
Add the effective irq mask update to the apic implementations and enable effective irq masks for x86. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Jens Axboe <axboe@kernel.dk> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Keith Busch <keith.busch@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Christoph Hellwig <hch@lst.de> Link: http://lkml.kernel.org/r/20170619235446.878370703@linutronix.de
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index fcf1dad582f5..0172c0b844d4 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -87,6 +87,7 @@ config X86
select GENERIC_EARLY_IOREMAP
select GENERIC_FIND_FIRST_BIT
select GENERIC_IOMAP
+ select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP
select GENERIC_IRQ_MIGRATION if SMP
select GENERIC_IRQ_PROBE
select GENERIC_IRQ_SHOW