diff options
-rw-r--r-- | sys/arch/amd64/amd64/mptramp.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/mptramp.S b/sys/arch/amd64/amd64/mptramp.S index 9896f1205b0..e1441c3284c 100644 --- a/sys/arch/amd64/amd64/mptramp.S +++ b/sys/arch/amd64/amd64/mptramp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: mptramp.S,v 1.18 2019/01/23 23:52:32 deraadt Exp $ */ +/* $OpenBSD: mptramp.S,v 1.19 2019/01/24 00:00:00 deraadt Exp $ */ /* $NetBSD: mptramp.S,v 1.1 2003/04/26 18:39:30 fvdl Exp $ */ /*- @@ -103,8 +103,6 @@ .global _C_LABEL(mp_tramp_data_start) .global _C_LABEL(mp_tramp_data_end) - .global gdt64 - .text .align 4, 0xcc .code16 |