diff options
author | 2019-01-24 00:00:00 +0000 | |
---|---|---|
committer | 2019-01-24 00:00:00 +0000 | |
commit | 49578e1319abbcfaafbd5499a9c9f82a23b0370b (patch) | |
tree | 095a4cd1b326a0ec6d875d67c31f04dada6643b9 | |
parent | RELOC() is not performed here (remained from when locore was split up) (diff) | |
download | wireguard-openbsd-49578e1319abbcfaafbd5499a9c9f82a23b0370b.tar.xz wireguard-openbsd-49578e1319abbcfaafbd5499a9c9f82a23b0370b.zip |
mptramp.S does not export gdt64, another historical locore.s splitup error
-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 |