From 235eaf057d7e5d5b110b4db08fbc79d296cb6fb3 Mon Sep 17 00:00:00 2001 From: Chaohong guo Date: Fri, 21 Dec 2018 10:42:51 +0800 Subject: [PATCH] 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 Acked-by: Eddie Dong --- hypervisor/arch/x86/guest/vlapic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hypervisor/arch/x86/guest/vlapic.c b/hypervisor/arch/x86/guest/vlapic.c index dbcd46f22..bbea0485d 100644 --- a/hypervisor/arch/x86/guest/vlapic.c +++ b/hypervisor/arch/x86/guest/vlapic.c @@ -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