mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-28 16:27:01 +00:00
HV: APICBASE_RESERVED definition is not used by any code. Just remove it
To meet MISRA standard, remove unused micro definition Tracked-On: #861 Signed-off-by: Chaohong guo <chaohong.guo@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
04d9f52f68
commit
235eaf057d
@ -45,7 +45,6 @@ static inline uint32_t prio(uint32_t x)
|
||||
|
||||
#define VLAPIC_VERSION (16U)
|
||||
|
||||
#define APICBASE_RESERVED 0x000002ffU
|
||||
#define APICBASE_BSP 0x00000100UL
|
||||
#define APICBASE_X2APIC 0x00000400U
|
||||
#define APICBASE_ENABLED 0x00000800UL
|
||||
|
Loading…
Reference in New Issue
Block a user