Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ia64: Use generic irq Kconfig

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Tony Luck <tony.luck@intel.com>

+4 -19
+4 -19
arch/ia64/Kconfig
··· 22 22 select HAVE_KVM 23 23 select HAVE_ARCH_TRACEHOOK 24 24 select HAVE_DMA_API_DEBUG 25 + select HAVE_GENERIC_HARDIRQS 26 + select GENERIC_IRQ_PROBE 27 + select GENERIC_PENDING_IRQ if SMP 28 + select IRQ_PER_CPU 25 29 default y 26 30 help 27 31 The Itanium Processor Family is Intel's 64-bit successor to ··· 681 677 source "arch/ia64/kvm/Kconfig" 682 678 683 679 source "lib/Kconfig" 684 - 685 - # 686 - # Use the generic interrupt handling code in kernel/irq/: 687 - # 688 - config GENERIC_HARDIRQS 689 - def_bool y 690 - 691 - config GENERIC_IRQ_PROBE 692 - bool 693 - default y 694 - 695 - config GENERIC_PENDING_IRQ 696 - bool 697 - depends on GENERIC_HARDIRQS && SMP 698 - default y 699 - 700 - config IRQ_PER_CPU 701 - bool 702 - default y 703 680 704 681 config IOMMU_HELPER 705 682 def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC || SWIOTLB)