diff options
Diffstat (limited to 'arch/powerpc/kernel/setup_32.c')
-rw-r--r-- | arch/powerpc/kernel/setup_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index d72ef39f2b37..9e1ca745d8f0 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c | |||
@@ -126,6 +126,8 @@ notrace void __init machine_init(unsigned long dt_ptr) | |||
126 | 126 | ||
127 | probe_machine(); | 127 | probe_machine(); |
128 | 128 | ||
129 | setup_kdump_trampoline(); | ||
130 | |||
129 | #ifdef CONFIG_6xx | 131 | #ifdef CONFIG_6xx |
130 | if (cpu_has_feature(CPU_FTR_CAN_DOZE) || | 132 | if (cpu_has_feature(CPU_FTR_CAN_DOZE) || |
131 | cpu_has_feature(CPU_FTR_CAN_NAP)) | 133 | cpu_has_feature(CPU_FTR_CAN_NAP)) |