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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c
index 59773d9044ba..78f3a5fd43f6 100644
--- a/arch/powerpc/kernel/setup_64.c
+++ b/arch/powerpc/kernel/setup_64.c
@@ -193,9 +193,7 @@ void __init early_setup(unsigned long dt_ptr)
193 /* Probe the machine type */ 193 /* Probe the machine type */
194 probe_machine(); 194 probe_machine();
195 195
196#ifdef CONFIG_CRASH_DUMP 196 setup_kdump_trampoline();
197 kdump_setup();
198#endif
199 197
200 DBG("Found, Initializing memory management...\n"); 198 DBG("Found, Initializing memory management...\n");
201 199