diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-08-13 05:24:23 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-08-13 05:24:23 +0000 |
commit | 1e57b751e7cd29977fd394269854773b9011a755 (patch) | |
tree | b6418adf6fd71f12fb4bfdbc016184ebc8b749c6 /sys | |
parent | f05ecfc0e9fd3702a32d90647e8550cc4d64df3e (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.m4 b/sys/lib/libkern/arch/hppa/bcopy.m4 index bfd2629dafb..363a46588ab 100644 --- a/sys/lib/libkern/arch/hppa/bcopy.m4 +++ b/sys/lib/libkern/arch/hppa/bcopy.m4 @@ -1,4 +1,4 @@ -define(_rcsid,``$OpenBSD: bcopy.m4,v 1.11 2002/05/20 08:32:28 mickey Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.12 2002/08/13 05:24:22 mickey Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -246,10 +246,10 @@ LEAF_ENTRY(spcopy) ldil L%curproc, r31 ldw R%curproc(r31), r31 ldil L%copy_on_fault, t2 - ldw P_ADDR(r31), r31 + ldw P_ADDR(r31), t4 ldo R%copy_on_fault(t2), t2 - ldw PCB_ONFAULT+U_PCB(r31), r1 - stw t2, PCB_ONFAULT+U_PCB(r31) + ldw PCB_ONFAULT+U_PCB(t4), r1 + stw t2, PCB_ONFAULT+U_PCB(t4) ' mfsp sr2, ret0 /* XXX need this?, sr1 is scratchable */ mtsp arg0, sr1 |