]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm64/include/asm/smp.h
arm64: kdump: implement machine_crash_shutdown()
[karo-tx-linux.git] / arch / arm64 / include / asm / smp.h
index d050d720a1b453785738d80acc5b0af1e2ec39ef..55f08c5acfad93072a623a1516a26fbed52a7053 100644 (file)
@@ -148,6 +148,9 @@ static inline void cpu_panic_kernel(void)
  */
 bool cpus_are_stuck_in_kernel(void);
 
+extern void smp_send_crash_stop(void);
+extern bool smp_crash_stop_failed(void);
+
 #endif /* ifndef __ASSEMBLY__ */
 
 #endif /* ifndef __ASM_SMP_H */