* debian/changelog: Update.

* debian/config/i386/none/config.686, debian/config/i386/none/config.686-bigmem:
  Remove HIGHPTE unset.
* debian/config/kernelarch-x86/config-arch-32: Set HIGHPTE.

svn path=/dists/trunk/linux-2.6/; revision=13788
This commit is contained in:
Bastian Blank 2009-06-12 17:38:50 +00:00
parent c50195c654
commit c813f97193
4 changed files with 2 additions and 2 deletions

1
debian/changelog vendored
View File

@ -72,6 +72,7 @@ linux-2.6 (2.6.30-1~experimental.1) UNRELEASED; urgency=low
* [s390/s390x-tape] Add image.
* [s390/s390, s390/s390-tape] Remove images.
* [i386/486] Enable High Memory Support.
* [i386] Allocate pagetables from High Memory.
[ dann frazier ]
* Enable bnx2x, using firmware-split patches from net-next and mirroring

View File

@ -1,7 +1,6 @@
##
## file: arch/x86/Kconfig
##
# CONFIG_HIGHPTE is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_EISA is not set
# CONFIG_MCA is not set

View File

@ -7,7 +7,6 @@
CONFIG_HIGHMEM64G=y
## end choice
CONFIG_X86_PAE=y
# CONFIG_HIGHPTE is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_EISA is not set
# CONFIG_MCA is not set

View File

@ -25,6 +25,7 @@ CONFIG_VMSPLIT_3G_OPT=y
## end choice
# CONFIG_X86_PAE is not set
# CONFIG_NUMA is not set
CONFIG_HIGHPTE=y
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set