projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5028e9b
)
public/physdev.h: Fix __XEN_INTERFACE_VERSION__ typo.
author
Keir Fraser
<keir@xen.org>
Tue, 31 Jan 2012 11:37:03 +0000
(11:37 +0000)
committer
Keir Fraser
<keir@xen.org>
Tue, 31 Jan 2012 11:37:03 +0000
(11:37 +0000)
Signed-off-by: Keir Fraser <keir@xen.org>
xen/include/public/physdev.h
patch
|
blob
|
history
diff --git
a/xen/include/public/physdev.h
b/xen/include/public/physdev.h
index 16d800f58c57be3fb461ff3f293f48529ee8094d..b78eeba9ca4a877630f2567a7c8e4fb45c2094c6 100644
(file)
--- a/
xen/include/public/physdev.h
+++ b/
xen/include/public/physdev.h
@@
-333,7
+333,7
@@
DEFINE_XEN_GUEST_HANDLE(physdev_pci_device_t);
#define PHYSDEVOP_IRQ_NEEDS_UNMASK_NOTIFY XENIRQSTAT_needs_eoi
#define PHYSDEVOP_IRQ_SHARED XENIRQSTAT_shared
-#if __XEN_INTERFACE_VERSION < 0x00040200
+#if __XEN_INTERFACE_VERSION
__
< 0x00040200
#define PHYSDEVOP_pirq_eoi_gmfn PHYSDEVOP_pirq_eoi_gmfn_v1
#else
#define PHYSDEVOP_pirq_eoi_gmfn PHYSDEVOP_pirq_eoi_gmfn_v2