diff options
Diffstat (limited to 'arch/ia64/kernel/crash.c')
-rw-r--r-- | arch/ia64/kernel/crash.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ia64/kernel/crash.c b/arch/ia64/kernel/crash.c index 3f3a5797d198..b2a8b3da8af3 100644 --- a/arch/ia64/kernel/crash.c +++ b/arch/ia64/kernel/crash.c | |||
@@ -140,10 +140,6 @@ kdump_cpu_freeze(struct unw_frame_info *info, void *arg) | |||
140 | atomic_inc(&kdump_cpu_frozen); | 140 | atomic_inc(&kdump_cpu_frozen); |
141 | kdump_status[cpuid] = 1; | 141 | kdump_status[cpuid] = 1; |
142 | mb(); | 142 | mb(); |
143 | #ifdef CONFIG_HOTPLUG_CPU | ||
144 | if (cpuid != 0) | ||
145 | ia64_jump_to_sal(&sal_boot_rendez_state[cpuid]); | ||
146 | #endif | ||
147 | for (;;) | 143 | for (;;) |
148 | cpu_relax(); | 144 | cpu_relax(); |
149 | } | 145 | } |