mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 00:38:28 +00:00
hv: don't need to save boot context
- Since de-privilege boot is removed, we no longer need to save boot context in boot time. - cpu_primary_start_64 is not an entry for ACRN hypervisor any more, and can be removed. Tracked-On: #5197 Signed-off-by: Zide Chen <zide.chen@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include <errno.h>
|
||||
#include <per_cpu.h>
|
||||
#include <irq.h>
|
||||
#include <boot_context.h>
|
||||
#include <boot.h>
|
||||
#include <pgtable.h>
|
||||
#include <zeropage.h>
|
||||
|
Reference in New Issue
Block a user