WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [xenppc-unstable] [ppc] remove evtchn_upcall_pending ifdef

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] remove evtchn_upcall_pending ifdef
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 16 Jun 2006 21:13:00 +0000
Delivery-date: Fri, 16 Jun 2006 14:20:18 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=