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] [linux-ppc-2.6] [ppc] remove evtchn_upcall_pending ifdef

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [linux-ppc-2.6] [ppc] remove evtchn_upcall_pending ifdef
From: Xen patchbot-linux-ppc-2.6 <patchbot-linux-ppc-2.6@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 16 Jun 2006 21:07:25 +0000
Delivery-date: Fri, 16 Jun 2006 14:19:07 -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 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 <=