git: a19acfd56c2f - main - Fix the arm64 DMAP start address in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Mar 2022 11:08:08 UTC
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=a19acfd56c2f9e4259d924b26c38ce26dfe109ed commit a19acfd56c2f9e4259d924b26c38ce26dfe109ed Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2022-03-10 11:00:44 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2022-03-10 11:00:44 +0000 Fix the arm64 DMAP start address in a comment Sponsored by: The FreeBSD Foundation --- 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 483c6d1f91a2..e3f48e61b78c 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