浏览代码

x86: turn CONFIG_SPARSE_IRQ off by default

New feature - lets disable it by default first - can flip it around
later.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 17 年之前
父节点
当前提交
4e17fee24a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/x86/Kconfig

+ 0 - 1
arch/x86/Kconfig

@@ -241,7 +241,6 @@ config X86_HAS_BOOT_CPU_ID
 config SPARSE_IRQ
 	bool "Support sparse irq numbering"
 	depends on PCI_MSI || HT_IRQ
-	default y
 	help
 	  This enables support for sparse irq, esp for msi/msi-x. You may need
 	  if you have lots of cards supports msi-x installed.