From: Jeremy Fitzhardinge Date: Mon, 16 Mar 2009 19:10:07 +0000 (-0700) Subject: x86-32: remove ALLOCATOR_SLOP from head_32.S X-Git-Tag: v2.6.30-rc1~211^2~21^8~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8a22a6273d5aed248db2695ce9bf65eb3e9fbe6;p=pandora-kernel.git 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 Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed