提交 9ce91685 编写于 作者: Y Yang Li 提交者: Benjamin Herrenschmidt

powerpc: Disable SPARSE_IRQ by default

The SPARSE_IRQ considerably adds overhead to critical path of IRQ
handling.  However it doesn't benefit much in space for most systems with
limited IRQ_NR.  Should be disabled unless really necessary.
Signed-off-by: NLi Yang <leoli@freescale.com>
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 5afd878a
...@@ -400,7 +400,7 @@ config IRQ_ALL_CPUS ...@@ -400,7 +400,7 @@ config IRQ_ALL_CPUS
config SPARSE_IRQ config SPARSE_IRQ
bool "Support sparse irq numbering" bool "Support sparse irq numbering"
default y default n
help help
This enables support for sparse irqs. This is useful for distro This enables support for sparse irqs. This is useful for distro
kernels that want to define a high CONFIG_NR_CPUS value but still kernels that want to define a high CONFIG_NR_CPUS value but still
...@@ -409,7 +409,7 @@ config SPARSE_IRQ ...@@ -409,7 +409,7 @@ config SPARSE_IRQ
( Sparse IRQs can also be beneficial on NUMA boxes, as they spread ( Sparse IRQs can also be beneficial on NUMA boxes, as they spread
out the irq_desc[] array in a more NUMA-friendly way. ) out the irq_desc[] array in a more NUMA-friendly way. )
If you don't know what to do here, say Y. If you don't know what to do here, say N.
config NUMA config NUMA
bool "NUMA support" bool "NUMA support"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册