]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] x86_64 bootmem: sparse_mem/kexec merge bug.
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 6 Aug 2005 19:47:36 +0000 (13:47 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 6 Aug 2005 20:06:30 +0000 (13:06 -0700)
commit0d317fb72fe3cf0f611608cf3a3015bbe6cd2a66
tree10d49c7f5dce5c7f1ec4ddd6572490827be874cf
parent36cf446c2c4be6bae01517ea539dcebaf85c9fdf
[PATCH] x86_64 bootmem: sparse_mem/kexec merge bug.

When the sparse mem changes and the kexec changes
were merged into setup.c they came in, in the wrong order.
This patch changes the order so we don't run sparse_init
which uses the bootmem allocator until we all of the
reserve_bootmem calls has been made.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/setup.c