[kernel] r13153 - in dists/trunk/linux-2.6/debian: . config/amd64
Maximilian Attems
maks at alioth.debian.org
Tue Mar 17 14:21:00 UTC 2009
Author: maks
Date: Tue Mar 17 14:20:58 2009
New Revision: 13153
Log:
x86_64 set TREE_RCU
see http://lwn.net/Articles/305782/
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 Tue Mar 17 14:20:58 2009
@@ -38,7 +38,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, NUMA_MIGRATE_IRQ_DESC.
+ * [x86_64] set SPARSE_IRQ, NUMA_MIGRATE_IRQ_DESC, TREE_RCU.
* [x86_32] set BLK_DEV_CS5536.
* [powerpc] set PHANTOM, HP_ILO, MV643XX_ETH, MOUSE_BCM5974, VIRTUALIZATION.
* topconfig unset legacy SCSI_PROC_FS, PCMCIA_IOCTL, ACPI_PROCFS,
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 Tue Mar 17 14:20:58 2009
@@ -1381,6 +1381,17 @@
CONFIG_EFI_PARTITION=y
##
+## file: init/Kconfig
+##
+## choice: RCU Implementation
+CONFIG_TREE_RCU=y
+# CONFIG_CLASSIC_RCU is not set
+# CONFIG_PREEMPT_RCU is not set
+## end choice
+CONFIG_RCU_FANOUT=64
+# CONFIG_RCU_FANOUT_EXACT is not set
+
+##
## file: kernel/power/Kconfig
##
CONFIG_PM=y
More information about the Kernel-svn-changes
mailing list