mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 20:29:40 +00:00
DM: remove unused function vm_apicid2vcpu
Change-Id: I3bb503058df8e0048370f6c1ab77f63aadf1eb57 Tracked-On: #3123 Signed-off-by: Ying Liu <ying2.liu@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
ec924385ae
commit
bb8584dd4a
@@ -430,16 +430,6 @@ vm_suspend(struct vmctx *ctx, enum vm_suspend_how how)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
vm_apicid2vcpu(struct vmctx *ctx, int apicid)
|
||||
{
|
||||
/*
|
||||
* The apic id associated with the 'vcpu' has the same numerical value
|
||||
* as the 'vcpu' itself.
|
||||
*/
|
||||
return apicid;
|
||||
}
|
||||
|
||||
int
|
||||
vm_lapic_msi(struct vmctx *ctx, uint64_t addr, uint64_t msg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user