Remove an unnecessary sync that crept in the last commit.
This commit is contained in:
parent
2eaf4c92f4
commit
2612f797ab
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user