From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id B737D174EEB; Tue, 11 Jun 2024 08:49:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718095754; cv=none; b=M4aVGEOXbRx2/HKL6Dg7VU0BOhIVNNP3nqvO6WjCyylWI6OQ5VZW6h/ubiefy3nKQw6JETiTvALw7+Io4rBXkf6rqeMkMDMLYFdH2LisbmBx02WOB9csv69XVkzV2O9Jz3qV181wxVNR7uOvB83GzjQC87J/MWi3g6UGNgJJRU0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718095754; c=relaxed/simple; bh=VzGR99xlpFa3GaomhkvJhiym98T4Eg8GZP1oS+rOTyg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iQ3nXTWgx1xa9CyzZ92mxl+/s8FiS86LEPoMqJ8n295CHBr3ssJexM1ix2Dvbfj2qI6S8EwhBvmY+VQXr4XvsQQRoNAhJaylokpaQH7Ney9G+2AFOgA9N074rqPd2C+s1vaBtI8evwjd1tORPmX8bO8KaE2mauLkV45BAEVwhaA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1sGxBU-0000Ni-00; Tue, 11 Jun 2024 10:48:52 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 5457EC031A; Tue, 11 Jun 2024 10:44:16 +0200 (CEST) Date: Tue, 11 Jun 2024 10:44:16 +0200 From: Thomas Bogendoerfer To: Christian Marangi Cc: Hauke Mehrtens , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Florian Fainelli , Broadcom internal kernel review list , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 1/4] mips: bmips: rework and cache CBR addr handling Message-ID: References: <20240511130349.23409-1-ansuelsmth@gmail.com> <20240511130349.23409-2-ansuelsmth@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240511130349.23409-2-ansuelsmth@gmail.com> 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 ]