diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2010-07-24 11:49:13 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-07-24 11:49:13 -0400 |
commit | 4e4f62bf7396fca48efe61513640ee399a6046e3 (patch) | |
tree | 42a503af02d9806bcc05e5fcc2cd53f9bd45b0c2 /arch/powerpc/Kconfig | |
parent | 9e3288dc9a94fab5ea87db42177d3a9e0345a614 (diff) | |
parent | b37fa16e78d6f9790462b3181602a26b5af36260 (diff) |
Merge commit 'v2.6.35-rc6' into devicetree/next
Conflicts:
arch/sparc/kernel/prom_64.c
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index c9ae321a06f9..5bf34019bd66 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -134,7 +134,7 @@ config PPC | |||
134 | select HAVE_ARCH_KGDB | 134 | select HAVE_ARCH_KGDB |
135 | select HAVE_KRETPROBES | 135 | select HAVE_KRETPROBES |
136 | select HAVE_ARCH_TRACEHOOK | 136 | select HAVE_ARCH_TRACEHOOK |
137 | select HAVE_LMB | 137 | select HAVE_MEMBLOCK |
138 | select HAVE_DMA_ATTRS | 138 | select HAVE_DMA_ATTRS |
139 | select HAVE_DMA_API_DEBUG | 139 | select HAVE_DMA_API_DEBUG |
140 | select USE_GENERIC_SMP_HELPERS if SMP | 140 | select USE_GENERIC_SMP_HELPERS if SMP |
@@ -394,7 +394,7 @@ config IRQ_ALL_CPUS | |||
394 | 394 | ||
395 | config SPARSE_IRQ | 395 | config SPARSE_IRQ |
396 | bool "Support sparse irq numbering" | 396 | bool "Support sparse irq numbering" |
397 | default y | 397 | default n |
398 | help | 398 | help |
399 | This enables support for sparse irqs. This is useful for distro | 399 | This enables support for sparse irqs. This is useful for distro |
400 | kernels that want to define a high CONFIG_NR_CPUS value but still | 400 | kernels that want to define a high CONFIG_NR_CPUS value but still |
@@ -403,7 +403,7 @@ config SPARSE_IRQ | |||
403 | ( Sparse IRQs can also be beneficial on NUMA boxes, as they spread | 403 | ( Sparse IRQs can also be beneficial on NUMA boxes, as they spread |
404 | out the irq_desc[] array in a more NUMA-friendly way. ) | 404 | out the irq_desc[] array in a more NUMA-friendly way. ) |
405 | 405 | ||
406 | If you don't know what to do here, say Y. | 406 | If you don't know what to do here, say N. |
407 | 407 | ||
408 | config NUMA | 408 | config NUMA |
409 | bool "NUMA support" | 409 | bool "NUMA support" |