summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2016-05-16 01:54:16 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2016-05-16 01:54:16 +0000
commitea0efbc285a3b6280b27cb488de14b429370f223 (patch)
tree1737a622d55035f01b6d0e5ab0c6a22eafecbcdd /sys/arch/amd64
parente7035695d4ab1499c73b7a7fedbcfc325f86cc40 (diff)
default to int3 padding if we ever introduce ENTRY/NENTRY pads here
ok deraadt@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/mptramp.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/mptramp.S b/sys/arch/amd64/amd64/mptramp.S
index 2616c01f658..0d545ddb3e6 100644
--- a/sys/arch/amd64/amd64/mptramp.S
+++ b/sys/arch/amd64/amd64/mptramp.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: mptramp.S,v 1.12 2015/04/19 19:45:21 sf Exp $ */
+/* $OpenBSD: mptramp.S,v 1.13 2016/05/16 01:54:15 mlarkin Exp $ */
/* $NetBSD: mptramp.S,v 1.1 2003/04/26 18:39:30 fvdl Exp $ */
/*-
@@ -105,7 +105,7 @@
.global gdt64
.text
- .align 4,0x0
+ .align 4, 0xcc
.code16
_C_LABEL(cpu_spinup_trampoline):
cli