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_l...@ha
        addi    %r6,%r6,blocked_l...@l
 blocked_loop:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to