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] attempt to adjust thread priority is futile a

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] attempt to adjust thread priority is futile and meaningless
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 22 Sep 2006 15:10:42 +0000
Delivery-date: Fri, 22 Sep 2006 08:13:47 -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 f48cd49f4ee21fc44ef2fd85553c8c2008da8489
# Parent  bcb5998a0abc50a36cb800b843ce343952cccb66
attempt to adjust thread priority is futile and meaningless
---
 xen/include/asm-powerpc/delay.h |    1 -
 1 files changed, 1 deletion(-)

diff -r bcb5998a0abc -r f48cd49f4ee2 xen/include/asm-powerpc/delay.h
--- a/xen/include/asm-powerpc/delay.h   Thu Sep 21 07:37:00 2006 -0400
+++ b/xen/include/asm-powerpc/delay.h   Thu Sep 21 13:48:24 2006 -0400
@@ -34,7 +34,6 @@ static inline void udelay(unsigned long 
 
     s = get_timebase();
     do {
-        asm volatile("or 1,1,1"); /* also puts the thread to low priority */
         e = get_timebase();
     } while ((e-s) < ticks);
 }

_______________________________________________
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] attempt to adjust thread priority is futile and meaningless, Xen patchbot-xenppc-unstable <=