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] [XEN][POWERPC] better comment

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [linux-ppc-2.6] [XEN][POWERPC] better comment
From: Xen patchbot-linux-ppc-2.6 <patchbot-linux-ppc-2.6@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Aug 2006 21:02:24 +0000
Delivery-date: Mon, 28 Aug 2006 14:05:58 -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 Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID d7c010b63893b231e44f66ad658fa544cfae821f
# Parent  899b84c2c9799eeb14d34eaaf60196f90573b28a
[XEN][POWERPC] better comment

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
 include/asm-powerpc/xen/asm/synch_bitops.h |    3 +++
 1 files changed, 3 insertions(+)

diff -r 899b84c2c979 -r d7c010b63893 include/asm-powerpc/xen/asm/synch_bitops.h
--- a/include/asm-powerpc/xen/asm/synch_bitops.h        Wed Aug 23 13:19:37 
2006 -0500
+++ b/include/asm-powerpc/xen/asm/synch_bitops.h        Mon Aug 28 14:51:29 
2006 -0400
@@ -28,6 +28,9 @@ __synch_cmpxchg_u16(volatile unsigned sh
                }s;
        } xold, xnew;
 
+       /* we could start the reservation here and copy the u32
+        * assembler, but I don't think it will gain us a whole
+        * lot. */
        xold.word = *xp;
        xnew.word = xold.word;
        idx = ((ulong)p >> 1) & 0x1;

_______________________________________________
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] [XEN][POWERPC] better comment, Xen patchbot-linux-ppc-2 . 6 <=