mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 07:35:31 +00:00
pm: use cpu_context for s3 save/restore
use structure cpu_context and update offsets in wakeup.S Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <hypervisor.h>
|
||||
#include <reloc.h>
|
||||
|
||||
struct run_context cpu_ctx;
|
||||
struct cpu_context cpu_ctx;
|
||||
|
||||
/* whether the host enter s3 success */
|
||||
uint8_t host_enter_s3_success = 1U;
|
||||
|
||||
Reference in New Issue
Block a user