* debian/changelog: Update.

* debian/config/s390/config: Set SPARSEMEM_MANUAL.

svn path=/dists/trunk/linux-2.6/; revision=13759
This commit is contained in:
Bastian Blank 2009-06-10 10:43:41 +00:00
parent ef749607ac
commit ba4421336c
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -62,6 +62,7 @@ linux-2.6 (2.6.30-1~experimental.1) UNRELEASED; urgency=low
* [i386] Disable PentiumPro errata workaround.
* [i386] Enable support for big SMP systems.
* Disable OSS.
* [s390] Use Sparse Memory layout.
[ dann frazier ]
* Enable bnx2x, using firmware-split patches from net-next and mirroring

View File

@ -160,9 +160,9 @@ CONFIG_BSD_DISKLABEL=y
## file: mm/Kconfig
##
## choice: Memory model
CONFIG_FLATMEM_MANUAL=y
# CONFIG_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
## end choice
##