init_32.c (97f2aab6698f3ab2552c41c1024a65ffd0763a6d) init_32.c (51d3082fe6e55aecfa17113dbe98077c749f724c)
1/*
2 * PowerPC version
3 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
4 *
5 * Modifications by Paul Mackerras (PowerMac) (paulus@cs.anu.edu.au)
6 * and Cort Dougan (PReP) (cort@cs.nmt.edu)
7 * Copyright (C) 1996 Paul Mackerras
8 * Amiga/APUS changes by Jesper Skov (jskov@cygnus.co.uk).

--- 174 unchanged lines hidden (view full) ---

183 if (ppc_md.setup_io_mappings)
184 ppc_md.setup_io_mappings();
185
186 /* Initialize the context management stuff */
187 mmu_context_init();
188
189 if (ppc_md.progress)
190 ppc_md.progress("MMU:exit", 0x211);
1/*
2 * PowerPC version
3 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
4 *
5 * Modifications by Paul Mackerras (PowerMac) (paulus@cs.anu.edu.au)
6 * and Cort Dougan (PReP) (cort@cs.nmt.edu)
7 * Copyright (C) 1996 Paul Mackerras
8 * Amiga/APUS changes by Jesper Skov (jskov@cygnus.co.uk).

--- 174 unchanged lines hidden (view full) ---

183 if (ppc_md.setup_io_mappings)
184 ppc_md.setup_io_mappings();
185
186 /* Initialize the context management stuff */
187 mmu_context_init();
188
189 if (ppc_md.progress)
190 ppc_md.progress("MMU:exit", 0x211);
191
192 /* From now on, btext is no longer BAT mapped if it was at all */
193#ifdef CONFIG_BOOTX_TEXT
194 btext_unmap();
195#endif
191}
192
193/* This is only called until mem_init is done. */
194void __init *early_get_page(void)
195{
196 void *p;
197
198 if (init_bootmem_done) {

--- 53 unchanged lines hidden ---
196}
197
198/* This is only called until mem_init is done. */
199void __init *early_get_page(void)
200{
201 void *p;
202
203 if (init_bootmem_done) {

--- 53 unchanged lines hidden ---