Fix typo.

This commit is contained in:
Mark Peek 2001-10-15 01:04:49 +00:00
parent 422ec2ace1
commit 585cf148b6
3 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */