]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/kernel/smpboot.c
x86, intel_txt: Intel TXT Sx shutdown support
[mv-sheeva.git] / arch / x86 / kernel / smpboot.c
index 2fecda69ee646a78402cc6a1d9e3d86a29ca06d6..61cc40887c48915707406dc5c2dbee04e5aac633 100644 (file)
@@ -62,6 +62,7 @@
 #include <asm/vmi.h>
 #include <asm/apic.h>
 #include <asm/setup.h>
+#include <asm/tboot.h>
 #include <asm/uv/uv.h>
 #include <linux/mc146818rtc.h>
 
@@ -1317,6 +1318,7 @@ void play_dead_common(void)
 void native_play_dead(void)
 {
        play_dead_common();
+       tboot_shutdown(TB_SHUTDOWN_WFS);
        wbinvd_halt();
 }