topconfig set MEMORY_FAILURE

currently only available for x86.  sparc will probably also get it.
fedora enables it. adds page flag, see
d466f2fcb32cd97fd586bfa33f5dba3ac78aadb0 and subsequent commits.

svn path=/dists/trunk/linux-2.6/; revision=15003
This commit is contained in:
Maximilian Attems 2010-01-26 16:10:13 +00:00
parent 34cc7ba979
commit 38678952e0
2 changed files with 4 additions and 0 deletions

3
debian/changelog vendored
View File

@ -62,6 +62,9 @@ linux-2.6 (2.6.32-6) UNRELEASED; urgency=low
* [amd64] Make AGP support again built-in to fullfill the not completely
documented dependency with GART IOMMU support. (closes: #561552)
[ maximilian attems ]
* [topconfig] set MEMORY_FAILURE.
-- Ben Hutchings <ben@decadent.org.uk> Sun, 10 Jan 2010 17:38:50 +0000
linux-2.6 (2.6.32-5) unstable; urgency=low

View File

@ -3332,6 +3332,7 @@ CONFIG_MEMORY_HOTREMOVE=y
CONFIG_MIGRATION=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_MEMORY_FAILURE=y
##
## file: net/Kconfig