forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/x86/include/asm/reboot.h
....@@ -25,7 +25,10 @@
2525 #define MRR_BIOS 0
2626 #define MRR_APM 1
2727
28
+void cpu_emergency_disable_virtualization(void);
29
+
2830 typedef void (*nmi_shootdown_cb)(int, struct pt_regs*);
31
+void nmi_panic_self_stop(struct pt_regs *regs);
2932 void nmi_shootdown_cpus(nmi_shootdown_cb callback);
3033 void run_crash_ipi_callback(struct pt_regs *regs);
3134