From 25981ae2e35a0614702fa8b6a1ec3834a8fee21c Mon Sep 17 00:00:00 2001 From: mp Date: Mon, 15 Oct 2001 01:04:49 +0000 Subject: Fix typo. --- sys/powerpc/aim/swtch.S | 2 +- sys/powerpc/powerpc/swtch.S | 2 +- sys/powerpc/powerpc/swtch.s | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/powerpc') 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 */ -- cgit v1.1