Commit ae8f1541 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] Move rest of MMU setup code from mm-armv.c to mmu.c

If we're going to have mmu.c for code which is specific to the MMU
machines, we might as well move the other MMU initialisation
specific code from mm-armv.c into this new file.  This also allows
us to make some functions static.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d111e8f9
This diff is collapsed.
...@@ -17,7 +17,6 @@ struct map_desc; ...@@ -17,7 +17,6 @@ struct map_desc;
struct meminfo; struct meminfo;
struct pglist_data; struct pglist_data;
void __init build_mem_type_table(void);
void __init create_mapping(struct map_desc *md); void __init create_mapping(struct map_desc *md);
void __init bootmem_init(struct meminfo *mi); void __init bootmem_init(struct meminfo *mi);
void reserve_node_zero(struct pglist_data *pgdat); void reserve_node_zero(struct pglist_data *pgdat);
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment