From 585cf148b619cc093364789e0e0eaeeb6e4187ee Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Mon, 15 Oct 2001 01:04:49 +0000 Subject: [PATCH] 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(-) diff --git a/sys/powerpc/aim/swtch.S b/sys/powerpc/aim/swtch.S index 0a78d6129e6e..97c15a5c8548 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 0a78d6129e6e..97c15a5c8548 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 0a78d6129e6e..97c15a5c8548 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 */