ARM: Move platform memory reservations out of generic code
Move the platform specific bootmem memory reservations out of arch/arm/mm/mmu.c into their respective platform files. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
b65b4781fb
commit
98c672cf1f
16 changed files with 98 additions and 63 deletions
|
@ -28,5 +28,6 @@ extern void __flush_dcache_page(struct address_space *mapping, struct page *page
|
|||
|
||||
#endif
|
||||
|
||||
void __init bootmem_init(void);
|
||||
struct machine_desc;
|
||||
void __init bootmem_init(struct machine_desc *);
|
||||
void reserve_special_regions(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue