Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2025 05:43:35 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 96f6283cc7af - main - amd64: remove dmapbase, dmapend symbols
Message-ID:  <202506270543.55R5hZw8082920@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

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

commit 96f6283cc7af8342fd7965f3791d22352a028022
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-06-19 21:03:15 +0000
Commit:     Konstantin Belousov <kib@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)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506270543.55R5hZw8082920>