git: a51b29265824 - stable/13 - Fix the arm64 DMAP start address in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Apr 2022 11:06:02 UTC
The branch stable/13 has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=a51b292658247da6d03877561d106dbf0399a4cd commit a51b292658247da6d03877561d106dbf0399a4cd Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2022-03-10 11:00:44 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2022-04-04 09:37:06 +0000 Fix the arm64 DMAP start address in a comment Sponsored by: The FreeBSD Foundation (cherry picked from commit a19acfd56c2f9e4259d924b26c38ce26dfe109ed) --- sys/arm64/include/vmparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/include/vmparam.h b/sys/arm64/include/vmparam.h index 170fef61b70d..09694f470efb 100644 --- a/sys/arm64/include/vmparam.h +++ b/sys/arm64/include/vmparam.h @@ -125,7 +125,7 @@ * Upper region: 0xffffffffffffffff Top of virtual memory * * 0xfffffeffffffffff End of DMAP - * 0xfffffd0000000000 Start of DMAP + * 0xfffffa0000000000 Start of DMAP * * 0xffff007fffffffff End of KVA * 0xffff000000000000 Kernel base address & start of KVA