mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-12 20:54:19 +00:00
HV: code cleanup for cpu state
Split pm.c from cpu_state_tbl.c to put guest power management related functions, keep cpu_state_tbl.c to store host cpu state table and related functions. Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
#include <acrn_hv_defs.h>
|
||||
#include <hv_debug.h>
|
||||
#include <version.h>
|
||||
#include <cpu_state_tbl.h>
|
||||
|
||||
#define ACRN_DBG_HYCALL 6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user