mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 20:00:13 +00:00
HV: remove unused mptable info
mptable pointer in acrn_vm_config struct and also extern struct mptable_vm1/2 declared in mptable.h are not used any more, remove them. Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -146,9 +146,6 @@ struct mptable_info {
|
||||
struct proc_entry proc_entry_array[CONFIG_MAX_PCPU_NUM];
|
||||
};
|
||||
|
||||
extern struct mptable_info mptable_vm1;
|
||||
extern struct mptable_info mptable_vm2;
|
||||
|
||||
int32_t mptable_build(struct acrn_vm *vm);
|
||||
|
||||
#endif /* MPTABLE_H */
|
||||
|
Reference in New Issue
Block a user