mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
move global x2apic_enabled into arch dir
the x2apic_enabled should be x86 specific field. Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Xu, Anthony <anthony.xu@intel.com>
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
#include <schedule.h>
|
||||
#include <softirq.h>
|
||||
|
||||
bool x2apic_enabled;
|
||||
|
||||
static void run_vcpu_pre_work(struct vcpu *vcpu)
|
||||
{
|
||||
uint64_t *pending_pre_work = &vcpu->pending_pre_work;
|
||||
|
Reference in New Issue
Block a user