From c3cbaac942459742f77139df8af9562affbff94f Mon Sep 17 00:00:00 2001 From: Neel Natu Date: Mon, 21 Jan 2013 08:12:59 +0000 Subject: Get rid of redundant 'table_size' field in struct pi_msix. If needed it can always be calculated from the number of entries in the MSI-X table. Obtained from: NetApp --- usr.sbin/bhyve/pci_emul.h | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/bhyve/pci_emul.h') diff --git a/usr.sbin/bhyve/pci_emul.h b/usr.sbin/bhyve/pci_emul.h index e924475fec4e..80a4eacf8640 100644 --- a/usr.sbin/bhyve/pci_emul.h +++ b/usr.sbin/bhyve/pci_emul.h @@ -119,7 +119,6 @@ struct pci_devinst { int table_bar; int pba_bar; size_t table_offset; - size_t table_size; int table_count; size_t pba_offset; struct msix_table_entry table[MAX_MSIX_TABLE_SIZE]; -- cgit v1.2.3