From 1e57b751e7cd29977fd394269854773b9011a755 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 13 Aug 2002 05:24:23 +0000 Subject: sync --- sys/lib/libkern/arch/hppa/bcopy.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys') 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 -- cgit v1.2.3