diff options
Diffstat (limited to 'arch/arm/mm/mmu.c')
-rw-r--r-- | arch/arm/mm/mmu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index 4f56617a2392..56054ac8348e 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c | |||
@@ -1151,7 +1151,7 @@ void __init arm_mm_memblock_reserve(void) | |||
1151 | * called function. This means you can't use any function or debugging | 1151 | * called function. This means you can't use any function or debugging |
1152 | * method which may touch any device, otherwise the kernel _will_ crash. | 1152 | * method which may touch any device, otherwise the kernel _will_ crash. |
1153 | */ | 1153 | */ |
1154 | static void __init devicemaps_init(struct machine_desc *mdesc) | 1154 | static void __init devicemaps_init(const struct machine_desc *mdesc) |
1155 | { | 1155 | { |
1156 | struct map_desc map; | 1156 | struct map_desc map; |
1157 | unsigned long addr; | 1157 | unsigned long addr; |
@@ -1272,7 +1272,7 @@ static void __init map_lowmem(void) | |||
1272 | * paging_init() sets up the page tables, initialises the zone memory | 1272 | * paging_init() sets up the page tables, initialises the zone memory |
1273 | * maps, and sets up the zero page, bad page and bad page tables. | 1273 | * maps, and sets up the zero page, bad page and bad page tables. |
1274 | */ | 1274 | */ |
1275 | void __init paging_init(struct machine_desc *mdesc) | 1275 | void __init paging_init(const struct machine_desc *mdesc) |
1276 | { | 1276 | { |
1277 | void *zero_page; | 1277 | void *zero_page; |
1278 | 1278 | ||