From: miod Date: Wed, 14 Feb 2024 20:44:54 +0000 (+0000) Subject: Remove spurious GET_CURPROC in copyout() mistakenly introduced in r1.43. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=04fce66c3f2b23675e21714ce2f641775a2f7ce2;p=openbsd Remove spurious GET_CURPROC in copyout() mistakenly introduced in r1.43. --- diff --git a/sys/arch/alpha/alpha/locore.s b/sys/arch/alpha/alpha/locore.s index 6b5f09767de..dda75161fc0 100644 --- a/sys/arch/alpha/alpha/locore.s +++ b/sys/arch/alpha/alpha/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.54 2023/12/10 16:56:01 deraadt Exp $ */ +/* $OpenBSD: locore.s,v 1.55 2024/02/14 20:44:54 miod Exp $ */ /* $NetBSD: locore.s,v 1.94 2001/04/26 03:10:44 ross Exp $ */ /*- @@ -949,7 +949,6 @@ NESTED(copyout, 3, 16, ra, IM_RA|IM_S0, 0) stq s0, (16-16)(sp) /* save s0 */ /* Note: GET_CURPROC clobbers v0, t0, t8...t11. */ GET_CURPROC - GET_CURPROC ldq t0, 0(v0) ldq s0, P_ADDR(t0) lda v0, copyerr /* set up fault handler. */