Remove an unnecessary sync that crept in the last commit.

This commit is contained in:
nwhitehorn 2009-10-31 18:04:34 +00:00
parent 2eaf4c92f4
commit 2612f797ab

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: