The branch main has been updated by andrew:

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

commit f3a83b3a6257ea0fd5aba66ff42218350228b321
Author:     Andrew Turner <[email protected]>
AuthorDate: 2023-11-15 18:18:15 +0000
Commit:     Andrew Turner <[email protected]>
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

Reply via email to