hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/x86/include/asm/reboot.h
....@@ -25,6 +25,8 @@
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*);
2931 void nmi_panic_self_stop(struct pt_regs *regs);
3032 void nmi_shootdown_cpus(nmi_shootdown_cb callback);