Merge branch 'akpm' (patches from Andrew)
[cascardo/linux.git] / arch / x86 / include / asm / smp.h
index 19980b3..026ea82 100644 (file)
@@ -47,6 +47,7 @@ struct smp_ops {
        void (*smp_cpus_done)(unsigned max_cpus);
 
        void (*stop_other_cpus)(int wait);
+       void (*crash_stop_other_cpus)(void);
        void (*smp_send_reschedule)(int cpu);
 
        int (*cpu_up)(unsigned cpu, struct task_struct *tidle);