summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/swtch.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/powerpc/swtch.s')
-rw-r--r--sys/powerpc/powerpc/swtch.s5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/powerpc/powerpc/swtch.s b/sys/powerpc/powerpc/swtch.s
index 34bdb85..35a5ed5 100644
--- a/sys/powerpc/powerpc/swtch.s
+++ b/sys/powerpc/powerpc/swtch.s
@@ -157,11 +157,6 @@ ENTRY(cpu_switch)
bl chooseproc
1:
- /* just did this resched thing */
- xor 3,3,3
- lis 4,want_resched@ha
- stw 3,want_resched@l(4)
-
/* record new process */
mfsprg 4,0
stw 3,GD_CURPROC(4)
OpenPOWER on IntegriCloud