|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] [ppc] remove evtchn_upcall_pending ifdef
# HG changeset patch
# User Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID 4ce02fb938183ea948ea77bd2b79c87f40cca3f0
# Parent d905025ee7937de81191f913d528aabbbad9f731
[ppc] remove evtchn_upcall_pending ifdef
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
xen/include/public/xen.h | 4 ----
1 files changed, 4 deletions(-)
diff -r d905025ee793 -r 4ce02fb93818 xen/include/public/xen.h
--- a/xen/include/public/xen.h Fri Jun 16 15:57:19 2006 -0500
+++ b/xen/include/public/xen.h Fri Jun 16 15:58:32 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] [xenppc-unstable] [ppc] remove evtchn_upcall_pending ifdef,
Xen patchbot-xenppc-unstable <=
|
|
|
|
|