summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2001-10-15 01:04:49 +0000
committermp <mp@FreeBSD.org>2001-10-15 01:04:49 +0000
commit25981ae2e35a0614702fa8b6a1ec3834a8fee21c (patch)
tree130ed3e6d25c7e014104cb62e9a618f39510c394 /sys/powerpc
parentaeada36d1734651f00e54565d66b431bc1aca223 (diff)
downloadFreeBSD-src-25981ae2e35a0614702fa8b6a1ec3834a8fee21c.zip
FreeBSD-src-25981ae2e35a0614702fa8b6a1ec3834a8fee21c.tar.gz
Fix typo.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/aim/swtch.S2
-rw-r--r--sys/powerpc/powerpc/swtch.S2
-rw-r--r--sys/powerpc/powerpc/swtch.s2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/powerpc/aim/swtch.S b/sys/powerpc/aim/swtch.S
index 0a78d61..97c15a5 100644
--- a/sys/powerpc/aim/swtch.S
+++ b/sys/powerpc/aim/swtch.S
@@ -82,7 +82,7 @@ ENTRY(cpu_switch)
bl choosethread /* Find a new thread to run */
- mr %r14,$r3 /* Save off the (struct thread *) */
+ mr %r14,%r3 /* Save off the (struct thread *) */
bl pmap_activate /* Activate the new address space */
diff --git a/sys/powerpc/powerpc/swtch.S b/sys/powerpc/powerpc/swtch.S
index 0a78d61..97c15a5 100644
--- a/sys/powerpc/powerpc/swtch.S
+++ b/sys/powerpc/powerpc/swtch.S
@@ -82,7 +82,7 @@ ENTRY(cpu_switch)
bl choosethread /* Find a new thread to run */
- mr %r14,$r3 /* Save off the (struct thread *) */
+ mr %r14,%r3 /* Save off the (struct thread *) */
bl pmap_activate /* Activate the new address space */
diff --git a/sys/powerpc/powerpc/swtch.s b/sys/powerpc/powerpc/swtch.s
index 0a78d61..97c15a5 100644
--- a/sys/powerpc/powerpc/swtch.s
+++ b/sys/powerpc/powerpc/swtch.s
@@ -82,7 +82,7 @@ ENTRY(cpu_switch)
bl choosethread /* Find a new thread to run */
- mr %r14,$r3 /* Save off the (struct thread *) */
+ mr %r14,%r3 /* Save off the (struct thread *) */
bl pmap_activate /* Activate the new address space */
OpenPOWER on IntegriCloud