]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86-32: remove ALLOCATOR_SLOP from head_32.S
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Mon, 16 Mar 2009 19:10:07 +0000 (12:10 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 17 Mar 2009 18:46:01 +0000 (11:46 -0700)
commitb8a22a6273d5aed248db2695ce9bf65eb3e9fbe6
tree6e979aff3b13797221dabed6f02a351c8cb5261b
parentc090f532db3ab5b7be503f8ac84b0d33a18646c6
x86-32: remove ALLOCATOR_SLOP from head_32.S

Impact: cleanup

ALLOCATOR_SLOP is a vestigial remain from when we used the
bootmem allocator to allocate the kernel's linear memory mapping.
Now we directly reserve pages from the e820 mapping, and no
longer require secondary structures to keep track of allocated
pages.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/head_32.S