On Tue Dec 10, 2024 at 10:05 AM AEST, Michael Kowal wrote: > From: Glenn Miles <mil...@linux.ibm.com> > > When booting with PHYP, the blk/index for a NVGC was being > mistakenly treated as the blk/index for a NVP. Renamed > nvp_blk/nvp_idx throughout the code to nvx_blk/nvx_idx to prevent > confusion in the future and now we delay loading the NVP until > the point where we know that the block and index actually point to > a NVP. > > Suggested-by: Michael Kowal <ko...@us.ibm.com> > Fixes: ("ppc/xive2: Support crowd-matching when looking for target") > Signed-off-by: Glenn Miles <mil...@linux.vnet.ibm.com> > Signed-off-by: Michael Kowal <ko...@linux.ibm.com> > ---
I think this one should be folded into previous patches. Thanks, Nick