|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] attempt to adjust thread priority is futile a
# 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 <=
|
|
|
|
|