Date: Thu, 10 Mar 2022 11:08:08 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: a19acfd56c2f - main - Fix the arm64 DMAP start address in a comment Message-ID: <202203101108.22AB882i005544@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203101108.22AB882i005544>