use DISCONTIGMEM instead of SPARSEMEM on amd64-k8-smp flavour to fix bootup kernel panic.

svn path=/dists/trunk/linux-2.6/; revision=4686
This commit is contained in:
Frederik Schüler 2005-10-29 13:11:17 +00:00
parent 200d01bfa2
commit 8c0a431493
2 changed files with 6 additions and 2 deletions

View File

@ -33,5 +33,5 @@ CONFIG_DIGIEPCA=m
CONFIG_MKISS=m
# CONFIG_FLATMEM_MANUAL is not set
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_DISCONTIGMEM_MANUAL=y

4
debian/changelog vendored
View File

@ -12,6 +12,10 @@ linux-2.6 (2.6.14-2) UNRELEASED; urgency=low
* [alpha] New patch to include compiler.h in barrier.h, barrier() is used in
non-SMP case.
[ Frederik Schüler ]
* [amd64] use DISCONTIGMEM instead of SPARSEMEM on amd64-k8-smp flavour to
fix bootup kernel panic.
-- Norbert Tretkowski <nobse@debian.org> Fri, 28 Oct 2005 19:26:34 +0200
linux-2.6 (2.6.14-1) unstable; urgency=low