On Tue, Jun 11, 2024 at 10:44:16AM +0200, Thomas Bogendoerfer wrote: > On Sat, May 11, 2024 at 03:03:45PM +0200, Christian Marangi wrote: > > diff --git a/arch/mips/bmips/setup.c b/arch/mips/bmips/setup.c > > index 66a8ba19c287..dba789ec75b3 100644 > > --- a/arch/mips/bmips/setup.c > > +++ b/arch/mips/bmips/setup.c > > @@ -111,7 +111,7 @@ static void bcm6358_quirks(void) > > * because the bootloader is not initializing it properly. > > */ > > bmips_rac_flush_disable = !!(read_c0_brcm_cmt_local() & (1 << 31)) || > > - !!BMIPS_GET_CBR(); > > + !!bmips_cbr_addr; > > this hunk doesn't apply to mips-next, please respin. > Thanks for pointing this out. Indded a patch was missing and got lost in sending last revision. I just pushed v6 (and then right after v7 as I was missing some tag for the DT patch that I forgot to add) that should add the already reviwed patch. -- Ansuel