artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a523645
)
manual ret-clean; ok mlarkin
author
deraadt
<deraadt@openbsd.org>
Fri, 12 Jul 2024 13:10:58 +0000
(13:10 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 12 Jul 2024 13:10:58 +0000
(13:10 +0000)
sys/arch/amd64/amd64/mptramp.S
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/mptramp.S
b/sys/arch/amd64/amd64/mptramp.S
index
082f1d4
..
96247c8
100644
(file)
--- a/
sys/arch/amd64/amd64/mptramp.S
+++ b/
sys/arch/amd64/amd64/mptramp.S
@@
-1,4
+1,4
@@
-/* $OpenBSD: mptramp.S,v 1.2
2 2022/12/01 00:26:15 guenther Exp $
*/
+/* $OpenBSD: mptramp.S,v 1.2
3 2024/07/12 13:10:58 deraadt Exp $
*/
/* $NetBSD: mptramp.S,v 1.1 2003/04/26 18:39:30 fvdl Exp $ */
/*-
@@
-233,6
+233,7
@@
GENTRY(cpu_spinup_finish)
movl $CR0_DEFAULT,%eax
movq %rax,%cr0
call cpu_hatch
+ movq $0,-8(%rsp)
END(cpu_spinup_finish)
/* NOTREACHED */