Revert "hv: implement lowlevel S3 enter/wakeup"

This reverts commit c2be7fdedb.
This commit is contained in:
lijinxia
2018-06-27 14:20:26 +08:00
parent f79ec0c8be
commit 3fcd59d3c4
5 changed files with 0 additions and 112 deletions

View File

@@ -120,7 +120,6 @@ C_SRCS += arch/x86/trusty.c
C_SRCS += arch/x86/cpu_state_tbl.c
C_SRCS += arch/x86/mtrr.c
C_SRCS += arch/x86/pm.c
S_SRCS += arch/x86/wakeup.S
C_SRCS += arch/x86/guest/vcpu.c
C_SRCS += arch/x86/guest/vm.c
C_SRCS += arch/x86/guest/instr_emul_wrapper.c