mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-01 08:56:55 +00:00
DM: remove unused function mptable_add_oemtbl
Change-Id: Icf92fd5bbbfe935960dc47307822827092a46369 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
bd3f34e952
commit
8bca0b1ae9
@@ -275,13 +275,6 @@ mpt_build_ioint_entries(int_entry_ptr mpie, int id)
|
||||
pci_walk_lintr(bus, mpt_generate_pci_int, &mpie);
|
||||
}
|
||||
|
||||
void
|
||||
mptable_add_oemtbl(void *tbl, int tblsz)
|
||||
{
|
||||
oem_tbl_start = tbl;
|
||||
oem_tbl_size = tblsz;
|
||||
}
|
||||
|
||||
int
|
||||
mptable_build(struct vmctx *ctx, int ncpu)
|
||||
{
|
||||
|
@@ -30,6 +30,5 @@
|
||||
#define _MPTBL_H_
|
||||
|
||||
int mptable_build(struct vmctx *ctx, int ncpu);
|
||||
void mptable_add_oemtbl(void *tbl, int tblsz);
|
||||
|
||||
#endif /* _MPTBL_H_ */
|
||||
|
Reference in New Issue
Block a user