The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=9f685f4f2f930316f04ab180843e342897034dc4
commit 9f685f4f2f930316f04ab180843e342897034dc4 Author: Konstantin Belousov <k...@freebsd.org> AuthorDate: 2025-06-19 21:03:15 +0000 Commit: Konstantin Belousov <k...@freebsd.org> CommitDate: 2025-07-04 04:57:01 +0000 amd64: remove dmapbase, dmapend symbols (cherry picked from commit 96f6283cc7af8342fd7965f3791d22352a028022) --- sys/amd64/amd64/locore.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S index 4d10879d9f30..29fbf38cea33 100644 --- a/sys/amd64/amd64/locore.S +++ b/sys/amd64/amd64/locore.S @@ -40,11 +40,9 @@ /* * Compiled KERNBASE location */ - .globl kernbase, kernload, dmapbase, dmapend + .globl kernbase, kernload .set kernbase,KERNBASE .set kernload,KERNLOAD - .set dmapbase,DMAP_MIN_ADDRESS - .set dmapend,DMAP_MAX_ADDRESS #define BOOTSTACK_SIZE (PAGE_SIZE * KSTACK_PAGES)