artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
508afba
)
Remove spurious GET_CURPROC in copyout() mistakenly introduced in r1.43.
author
miod
<miod@openbsd.org>
Wed, 14 Feb 2024 20:44:54 +0000
(20:44 +0000)
committer
miod
<miod@openbsd.org>
Wed, 14 Feb 2024 20:44:54 +0000
(20:44 +0000)
sys/arch/alpha/alpha/locore.s
patch
|
blob
|
history
diff --git
a/sys/arch/alpha/alpha/locore.s
b/sys/arch/alpha/alpha/locore.s
index
6b5f097
..
dda7516
100644
(file)
--- a/
sys/arch/alpha/alpha/locore.s
+++ b/
sys/arch/alpha/alpha/locore.s
@@
-1,4
+1,4
@@
-/* $OpenBSD: locore.s,v 1.5
4 2023/12/10 16:56:01 deraadt
Exp $ */
+/* $OpenBSD: locore.s,v 1.5
5 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. */