[kernel] r12659 - in dists/trunk/linux-2.6/debian: . config
Maximilian Attems
maks at alioth.debian.org
Fri Jan 30 21:16:53 UTC 2009
Author: maks
Date: Fri Jan 30 21:16:51 2009
New Revision: 12659
Log:
topconfig set UNEVICTABLE_LRU
has some size hit versus performance so embeded might want to disable.
enabled in arch configs and fedora.
see fa07e787733416c42938a310a8e717295934e33c for the docs
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Fri Jan 30 21:16:51 2009
@@ -33,7 +33,7 @@
DVB_LGS8GL5, DVB_DUMMY_FE, SND_HDA_CODEC_NVHDMI, SND_USB_US122L, USB_VST,
LEDS_PCA9532, LEDS_HP_DISK, LEDS_PCA955X, LEDS_TRIGGER_BACKLIGHT,
EDAC_X38, RTC_DRV_RX8581, RTC_DRV_DS1390, RTC_DRV_DS3234, RTC_DRV_DS1286,
- RTC_DRV_M48T35, RTC_DRV_BQ4802, RTC_DRV_WM8350.
+ RTC_DRV_M48T35, RTC_DRV_BQ4802, RTC_DRV_WM8350, UNEVICTABLE_LRU.
* [x86] set MOUSE_BCM5974, X86_RESERVE_LOW_64K, OPROFILE_IBS,
MICROCODE_INTEL, MICROCODE_AMD.
* [x86_64] set AMD_IOMMU, MTRR_SANITIZER.
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config (original)
+++ dists/trunk/linux-2.6/debian/config/config Fri Jan 30 21:16:51 2009
@@ -2209,6 +2209,11 @@
# CONFIG_KGDB is not set
##
+## file: mm/Kconfig
+##
+CONFIG_UNEVICTABLE_LRU=y
+
+##
## file: net/Kconfig
##
CONFIG_NET=y
More information about the Kernel-svn-changes
mailing list