[x86/!486] Enable TRANSPARENT_HUGEPAGE, TRANSPARENT_HUGEPAGE_MADVISE (Closes: #618924)

svn path=/dists/sid/linux-2.6/; revision=17108
This commit is contained in:
Ben Hutchings 2011-03-24 05:29:31 +00:00
parent 3ecf275cd9
commit b971b6591e
3 changed files with 8 additions and 0 deletions

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ linux-2.6 (2.6.38-2) UNRELEASED; urgency=low
* Add configuration for Debian architecture ppc64, matching the
powerpc/powerpc64 flavour (Closes: #618976)
* Enable BOOT_PRINTK_DELAY (support for the boot_delay kernel parameter)
* [x86/!486] Enable TRANSPARENT_HUGEPAGE, TRANSPARENT_HUGEPAGE_MADVISE
(Closes: #618924)
[ Jurij Smakov ]
* Bump CONFIG_NR_CPUS on sparc to 256 to accomodate T2+ machines

View File

@ -111,3 +111,7 @@ CONFIG_SCSI_SIM710=m
##
CONFIG_FB_GEODE_LX=y
##
## file: mm/Kconfig
##
CONFIG_TRANSPARENT_HUGEPAGE=n

View File

@ -1372,6 +1372,8 @@ CONFIG_SPARSE_IRQ=y
## file: mm/Kconfig
##
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
##
## file: mm/Kconfig.debug