|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [linux-ppc-2.6] [ppc] remove evtchn_upcall_pending ifdef
# HG changeset patch
# User Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID 6f3d44537b763e0840e29d406c763779202fd8fd
# Parent 3fa1002443e85dba241121cb32bfca14cf6d736a
[ppc] remove evtchn_upcall_pending ifdef
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
include/xen/interface/xen.h | 4 ----
1 files changed, 4 deletions(-)
diff -r 3fa1002443e8 -r 6f3d44537b76 include/xen/interface/xen.h
--- a/include/xen/interface/xen.h Fri Jun 09 09:45:30 2006 -0400
+++ b/include/xen/interface/xen.h Fri Jun 16 16:07:38 2006 -0500
@@ -365,11 +365,7 @@ struct vcpu_info {
* an upcall activation. The mask is cleared when the VCPU requests
* to block: this avoids wakeup-waiting races.
*/
-#if defined(__powerpc__)
- unsigned long evtchn_upcall_pending;
-#else
uint8_t evtchn_upcall_pending;
-#endif
uint8_t evtchn_upcall_mask;
unsigned long evtchn_pending_sel;
struct arch_vcpu_info arch;
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [linux-ppc-2.6] [ppc] remove evtchn_upcall_pending ifdef,
Xen patchbot-linux-ppc-2 . 6 <=
|
|
|
|
|