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:
yliu79
2019-05-22 10:42:46 -07:00
committed by ACRN System Integration
parent bd3f34e952
commit 8bca0b1ae9
3 changed files with 0 additions and 17 deletions

View File

@@ -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)
{

View File

@@ -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_ */