Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 11:17:19 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f3a83b3a6257 - main - arm64: Remove an old comment
Message-ID:  <202311211117.3ALBHJIf009668@gitrepo.freebsd.org>

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

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

commit f3a83b3a6257ea0fd5aba66ff42218350228b321
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2023-11-15 18:18:15 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2023-11-21 09:30:45 +0000

    arm64: Remove an old comment
    
    This was missed when removing kern_delta
    
    Sponsored by:   Arm Ltd
---
 sys/arm64/arm64/locore.S | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/arm64/arm64/locore.S b/sys/arm64/arm64/locore.S
index 0b177438da82..bace478901a5 100644
--- a/sys/arm64/arm64/locore.S
+++ b/sys/arm64/arm64/locore.S
@@ -134,8 +134,6 @@ virtdone:
 	sub	sp, sp, #BOOTPARAMS_SIZE
 	mov	x0, sp
 
-	/* Negate the delta so it is VA -> PA */
-
 	str	x1,  [x0, #BP_MODULEP]
 	adrp	x25, initstack
 	add	x25, x25, :lo12:initstack



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