Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2025 04:57:40 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9f685f4f2f93 - stable/14 - amd64: remove dmapbase, dmapend symbols
Message-ID:  <202507040457.5644veUm050133@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=9f685f4f2f930316f04ab180843e342897034dc4

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



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