[PATCH] FRV: Clean up bootmem allocator's page freeing algorithm
The attached patch cleans up the way the bootmem allocator frees pages. A new function, __free_pages_bootmem(), is provided in mm/page_alloc.c that is called from mm/bootmem.c to turn pages over to the main allocator. All the bits of code to initialise pages (clearing PG_reserved and setting the page count) are moved to here. The checks on page validity are removed, on the assumption that the struct page arrays will have been prepared correctly. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
008857c1a4
commit
a226f6c899
@@ -26,3 +26,5 @@ static inline void set_page_refs(struct page *page, int order)
|
||||
#endif /* CONFIG_MMU */
|
||||
}
|
||||
|
||||
extern void fastcall __init __free_pages_bootmem(struct page *page,
|
||||
unsigned int order);
|
||||
|
Reference in New Issue
Block a user