summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2009-10-31 18:04:34 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2009-10-31 18:04:34 +0000
commit2612f797ab158c651290dec07758b4046e6faafc (patch)
treed5a48106ffa94ee0fb473ec514f0e20e0058e174 /sys/powerpc/aim
parent2eaf4c92f434a16fd6242959edb7032ec765f7b8 (diff)
downloadFreeBSD-src-2612f797ab158c651290dec07758b4046e6faafc.zip
FreeBSD-src-2612f797ab158c651290dec07758b4046e6faafc.tar.gz
Remove an unnecessary sync that crept in the last commit.
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r--sys/powerpc/aim/swtch.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/aim/swtch.S b/sys/powerpc/aim/swtch.S
index 0f7e829..2d6bf8a 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:
OpenPOWER on IntegriCloud