aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/setup_64.c')
-rw-r--r--arch/powerpc/kernel/setup_64.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c
index 5530bb55a78b..98f72c6d0ebc 100644
--- a/arch/powerpc/kernel/setup_64.c
+++ b/arch/powerpc/kernel/setup_64.c
@@ -279,10 +279,12 @@ void __init early_setup(unsigned long dt_ptr)
279 /* Probe the machine type */ 279 /* Probe the machine type */
280 probe_machine(); 280 probe_machine();
281 281
282 /*
283 * Setup the trampolines from the lowmem exception vectors
284 * to the kdump kernel when not using a relocatable kernel.
285 */
282 setup_kdump_trampoline(); 286 setup_kdump_trampoline();
283 287
284 DBG("Found, Initializing memory management...\n");
285
286 /* Initialize the hash table or TLB handling */ 288 /* Initialize the hash table or TLB handling */
287 early_init_mmu(); 289 early_init_mmu();
288 290