svn commit: r198725 - head/sys/powerpc/aim
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sat Oct 31 18:04:35 UTC 2009
Author: nwhitehorn
Date: Sat Oct 31 18:04:34 2009
New Revision: 198725
URL: http://svn.freebsd.org/changeset/base/198725
Log:
Remove an unnecessary sync that crept in the last commit.
Modified:
head/sys/powerpc/aim/swtch.S
Modified: head/sys/powerpc/aim/swtch.S
==============================================================================
--- head/sys/powerpc/aim/swtch.S Sat Oct 31 17:59:24 2009 (r198724)
+++ head/sys/powerpc/aim/swtch.S Sat Oct 31 18:04:34 2009 (r198725)
@@ -122,7 +122,6 @@ ENTRY(cpu_switch)
cpu_switchin:
#if defined(SMP) && defined(SCHED_ULE)
/* Wait for the new thread to become unblocked */
- sync
lis %r6,blocked_lock at ha
addi %r6,%r6,blocked_lock at l
blocked_loop:
More information about the svn-src-head
mailing list