Pull button into test branch
[linux-drm-fsl-dcu.git] / arch / ia64 / kernel / smp.c
index b1b9aa4364b901205619b230155b70abaaf97fa1..f4c7f7769cf7df617bdb7cecefd5be4802bb840e 100644 (file)
@@ -157,7 +157,7 @@ handle_IPI (int irq, void *dev_id)
                              case IPI_CPU_STOP:
                                stop_this_cpu();
                                break;
-#ifdef CONFIG_CRASH_DUMP
+#ifdef CONFIG_KEXEC
                              case IPI_KDUMP_CPU_STOP:
                                unw_init_running(kdump_cpu_freeze, NULL);
                                break;
@@ -219,7 +219,7 @@ send_IPI_self (int op)
        send_IPI_single(smp_processor_id(), op);
 }
 
-#ifdef CONFIG_CRASH_DUMP
+#ifdef CONFIG_KEXEC
 void
 kdump_smp_send_stop()
 {