X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fsmp.h;h=026ea82ecc60492e1ee27eae439fb2b9c6402899;hb=a379f71a30dddbd2e7393624e455ce53c87965d1;hp=19980b36f394b18e6816629390130fa3eb789115;hpb=12e3d3cdd975fe986cc5c35f60b1467a8ec20b80;p=cascardo%2Flinux.git diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h index 19980b36f394..026ea82ecc60 100644 --- a/arch/x86/include/asm/smp.h +++ b/arch/x86/include/asm/smp.h @@ -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);