|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [linux-2.6.18-xen] pciif: Fix bogus rename of msix_entri
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1215028380 -3600
# Node ID 6794141e7418e4dc56def849ab68de3f0fac8a58
# Parent 72786307fa4c9408cca7367e3156213db40392ad
pciif: Fix bogus rename of msix_entries field.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
include/xen/interface/io/pciif.h | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
diff -r 72786307fa4c -r 6794141e7418 include/xen/interface/io/pciif.h
--- a/include/xen/interface/io/pciif.h Wed Jul 02 13:36:55 2008 +0100
+++ b/include/xen/interface/io/pciif.h Wed Jul 02 20:53:00 2008 +0100
@@ -58,7 +58,6 @@ struct xen_msix_entry {
uint16_t vector;
uint16_t entry;
};
-
struct xen_pci_op {
/* IN: what action to perform: XEN_PCI_OP_* */
uint32_t cmd;
@@ -80,7 +79,7 @@ struct xen_pci_op {
/* IN: Contains extra infor for this operation */
uint32_t info;
/*IN: param for msi-x */
- struct xen_msix_entry xen_msix_entries[SH_INFO_MAX_VEC];
+ struct xen_msix_entry msix_entries[SH_INFO_MAX_VEC];
};
struct xen_pci_sharedinfo {
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [linux-2.6.18-xen] pciif: Fix bogus rename of msix_entries field.,
Xen patchbot-linux-2.6.18-xen <=
|
|
|
|
|