summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-08-15 19:39:09 +0000
committerjhb <jhb@FreeBSD.org>2001-08-15 19:39:09 +0000
commita0d55b836f36df071e301ede1aa6c94ce2c4fa68 (patch)
tree275b69d722ef4a67f25b13a211a9f0820b1d1b2c /sys/powerpc
parent77b2a90ced0b918e701e4370692d21d9a73564fd (diff)
downloadFreeBSD-src-a0d55b836f36df071e301ede1aa6c94ce2c4fa68.zip
FreeBSD-src-a0d55b836f36df071e301ede1aa6c94ce2c4fa68.tar.gz
FreeBSD doesn't use a want_resched variable. Instead, the PS_NEEDRESCHED
p_sflag is managed in a MI fashion.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/aim/swtch.S5
-rw-r--r--sys/powerpc/powerpc/swtch.S5
-rw-r--r--sys/powerpc/powerpc/swtch.s5
3 files changed, 0 insertions, 15 deletions
diff --git a/sys/powerpc/aim/swtch.S b/sys/powerpc/aim/swtch.S
index 34bdb85..35a5ed5 100644
--- a/sys/powerpc/aim/swtch.S
+++ b/sys/powerpc/aim/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)
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)
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