The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=96f6283cc7af8342fd7965f3791d22352a028022

commit 96f6283cc7af8342fd7965f3791d22352a028022
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2025-06-19 21:03:15 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2025-06-27 04:23:10 +0000

    amd64: remove dmapbase, dmapend symbols
    
    Reviewed by:    markj
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D51053
---
 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)
 

Reply via email to