[kernel] r13079 - in dists/trunk/linux-2.6/debian: . config/amd64
Maximilian Attems
maks at alioth.debian.org
Wed Mar 11 14:56:49 UTC 2009
Author: maks
Date: Wed Mar 11 14:56:48 2009
New Revision: 13079
Log:
x86_64 set NUMA_MIGRATE_IRQ_DESC
"This enables moving irq_desc to cpu/node that irq will use handled."
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/amd64/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Wed Mar 11 14:56:48 2009
@@ -34,7 +34,7 @@
* [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.
Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config (original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config Wed Mar 11 14:56:48 2009
@@ -8,6 +8,7 @@
## file: arch/x86/Kconfig
##
CONFIG_SPARSE_IRQ=y
+CONFIG_NUMA_MIGRATE_IRQ_DESC=y
CONFIG_X86_MPPARSE=y
CONFIG_64BIT=y
## choice: Subarchitecture Type
More information about the Kernel-svn-changes
mailing list