x86_64 set NUMA_MIGRATE_IRQ_DESC

"This enables moving irq_desc to cpu/node that irq will use handled."

svn path=/dists/trunk/linux-2.6/; revision=13079
This commit is contained in:
Maximilian Attems 2009-03-11 14:56:48 +00:00
parent 2d59f6576e
commit cd73d1665a
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View File

@ -34,7 +34,7 @@ linux-2.6 (2.6.29~rc7-1~experimental.1) UNRELEASED; urgency=low
* [x86] unset DRM_I915_KMS due to upgrade path from Lenny override with
modeset module param.
* temp.image.plain/preinst: Consistent output.
* [x86_64] set SPARSE_IRQ due to high NR_CPUS value.
* [x86_64] set SPARSE_IRQ, NUMA_MIGRATE_IRQ_DESC.
[ Bastian Blank ]
* Use external source directory for all builds.

View File

@ -8,6 +8,7 @@ CONFIG_OPROFILE_IBS=y
## file: arch/x86/Kconfig
##
CONFIG_SPARSE_IRQ=y
CONFIG_NUMA_MIGRATE_IRQ_DESC=y
CONFIG_X86_MPPARSE=y
CONFIG_64BIT=y
## choice: Subarchitecture Type