Remove an unnecessary sync that crept in the last commit.

This commit is contained in:
Nathan Whitehorn 2009-10-31 18:04:34 +00:00
parent e2cd4c2a65
commit 011db0bc81
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198725

View File

@ -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@ha
addi %r6,%r6,blocked_lock@l
blocked_loop: