aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-07-10 11:04:31 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-07-17 10:51:55 +0000
commitdc5511d75d8221209a77171f68c7f6043306b097 (patch)
treef4b88d5f9ec35f67bd0032a19e1935e480052a89
parent48619df1d270fcc328e4a1a48a1afa83acb05cf7 (diff)
downloadsrc-dc5511d75d8221209a77171f68c7f6043306b097.tar.gz
src-dc5511d75d8221209a77171f68c7f6043306b097.zip
amd64 locore.S: trim .globl list from symbols gone for long time
(cherry picked from commit 9dc715230ccab1c3ad17f076379d29a017059030)
-rw-r--r--sys/amd64/amd64/locore.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index a49687ca9f90..6e866269b687 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -42,7 +42,7 @@
/*
* Compiled KERNBASE location
*/
- .globl kernbase, kernload, loc_PTmap, loc_PDmap, loc_PDPmap, dmapbase, dmapend
+ .globl kernbase, kernload, dmapbase, dmapend
.set kernbase,KERNBASE
.set kernload,KERNLOAD
.set dmapbase,DMAP_MIN_ADDRESS