Date: Fri, 30 Aug 2024 16:45:14 -0300 From: Mitchell Horne <mhorne@freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 38a08e45f194 - main - arm64: fix L1 pindex calculation in pmap_growkernel() Message-ID: <0edd6b5b-1a21-4101-9046-10e4955cf433@freebsd.org> In-Reply-To: <202408301940.47UJeTkg090243@gitrepo.freebsd.org> References: <202408301940.47UJeTkg090243@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 8/30/24 16:40, Mitchell Horne wrote: > The branch main has been updated by mhorne: > > URL: https://cgit.FreeBSD.org/src/commit/?id=38a08e45f19447717726de4d41bd161f966d29da > > commit 38a08e45f19447717726de4d41bd161f966d29da > Author: Mitchell Horne <mhorne@FreeBSD.org> > AuthorDate: 2024-08-29 15:25:52 +0000 > Commit: Mitchell Horne <mhorne@FreeBSD.org> > CommitDate: 2024-08-30 19:39:56 +0000 > > arm64: fix L1 pindex calculation in pmap_growkernel() > > Use the pmap_l1_pindex() macro which accounts for the NUL2E offset. > While here, use pmap_l2_pindex() macro further down (no change). > > Prompted by pull request and commit 2e33abc35460, making the change for > the riscv pmap. Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D46477 I pushed it slightly early by mistake, but the change is ready and so a revert seems silly.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0edd6b5b-1a21-4101-9046-10e4955cf433>