artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20dacb1
)
change trap16 from IDTVEC_NOALIGN to IDTVEC as it is now the first
author
jsg
<jsg@openbsd.org>
Sat, 15 Apr 2023 01:42:20 +0000
(
01:42
+0000)
committer
jsg
<jsg@openbsd.org>
Sat, 15 Apr 2023 01:42:20 +0000
(
01:42
+0000)
in the reserved block
ok deraadt@
sys/arch/amd64/amd64/vector.S
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/vector.S
b/sys/arch/amd64/amd64/vector.S
index
c2f11f0
..
c246b67
100644
(file)
--- a/
sys/arch/amd64/amd64/vector.S
+++ b/
sys/arch/amd64/amd64/vector.S
@@
-1,4
+1,4
@@
-/* $OpenBSD: vector.S,v 1.
89 2023/04/15 01:22:5
0 jsg Exp $ */
+/* $OpenBSD: vector.S,v 1.
90 2023/04/15 01:42:2
0 jsg Exp $ */
/* $NetBSD: vector.S,v 1.5 2004/06/28 09:13:11 fvdl Exp $ */
/*
@@
-362,7
+362,7
@@
IDTVEC(trap14)
ZTRAP(T_VE)
IDTVEC(trap15)
ZTRAP(T_CP)
-IDTVEC
_NOALIGN
(trap16)
+IDTVEC(trap16)
IDTVEC_NOALIGN(trap17)
IDTVEC_NOALIGN(trap18)
IDTVEC_NOALIGN(trap19)