From 2612f797ab158c651290dec07758b4046e6faafc Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Sat, 31 Oct 2009 18:04:34 +0000 Subject: [PATCH] Remove an unnecessary sync that crept in the last commit. --- sys/powerpc/aim/swtch.S | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/powerpc/aim/swtch.S b/sys/powerpc/aim/swtch.S index 0f7e8291811..2d6bf8a0a0f 100644 --- a/sys/powerpc/aim/swtch.S +++ b/sys/powerpc/aim/swtch.S @@ -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: -- 2.45.2