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. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]