[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_low
authorRavikiran G Thirumalai <kiran@scalex86.org>
Fri, 6 Jan 2006 08:11:01 +0000 (00:11 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:26 +0000 (08:33 -0800)
commit008857c1a49ccffc31a54c3ea7e182833bd61304
treeba65452db097f57e05d2e3df550d55d45feabc94
parent085cc7d5de3cc662da7ea78296464a0d52f3f01f
[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_low

Patch cleans up the alloc_bootmem fix for swiotlb.  Patch removes
alloc_bootmem_*_limit api and fixes alloc_boot_*low api to do the right
thing -- allocate from low32 memory.

Signed-off-by: Ravikiran Thirumalai <kiran@scalex86.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/bootmem.h
lib/swiotlb.c
mm/bootmem.c