summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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