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

xen-devel

[Top] [All Lists]

[Xen-devel] [patch 01/26] Xen-paravirt_ops: Fix typo in sync_constant_te

To: Andi Kleen <ak@xxxxxx>
Subject: [Xen-devel] [patch 01/26] Xen-paravirt_ops: Fix typo in sync_constant_test_bit()s name.
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: 2007年3月01日 15:24:44 -0800
Cc: Zachary Amsden <zach@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, Rusty Russell <rusty@xxxxxxxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, Chris Wright <chrisw@xxxxxxxxxxxx>, virtualization@xxxxxxxxxxxxxx, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Delivery-date: 2007年3月01日 15:57:37 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20070301232443.195603797@xxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: quilt/0.46-1
Signed-off-by: Jeremy Fitzhardinge <jeremy@xxxxxxxxxxxxx>
---
 include/asm-i386/sync_bitops.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
===================================================================
--- a/include/asm-i386/sync_bitops.h
+++ b/include/asm-i386/sync_bitops.h
@@ -130,7 +130,7 @@ static inline int sync_test_and_change_b
 return oldbit;
 }
 
-static __always_inline int sync_const_test_bit(int nr, const volatile unsigned 
long *addr)
+static __always_inline int sync_constant_test_bit(int nr, const volatile 
unsigned long *addr)
 {
 return ((1UL << (nr & 31)) &
 (((const volatile unsigned int *)addr)[nr >> 5])) != 0;
-- 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
Previous by Date: [Xen-devel] [patch 03/26] Xen-paravirt_ops: use paravirt_nop to consistently mark no-op operations , Jeremy Fitzhardinge
Next by Date: [Xen-devel] [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable , Jeremy Fitzhardinge
Previous by Thread: [Xen-devel] Re: [patch 03/26] Xen-paravirt_ops: use paravirt_nop to consistently mark no-op operations , Chris Wright
Next by Thread: [Xen-devel] Re: [patch 01/26] Xen-paravirt_ops: Fix typo in sync_constant_test_bit()s name. , Ingo Molnar
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy
Citrix This site is hosted by Citrix

AltStyle によって変換されたページ (->オリジナル) /