From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C544EC7619A for ; Sat, 8 Apr 2023 12:17:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229689AbjDHMRn (ORCPT ); Sat, 8 Apr 2023 08:17:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229660AbjDHMRm (ORCPT ); Sat, 8 Apr 2023 08:17:42 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9D3EBEF9C for ; Sat, 8 Apr 2023 05:17:40 -0700 (PDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1pl7Vg-000095-00; Sat, 08 Apr 2023 14:17:36 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id EC732C2433; Sat, 8 Apr 2023 14:17:28 +0200 (CEST) Date: Sat, 8 Apr 2023 14:17:28 +0200 From: Thomas Bogendoerfer To: Jiaxun Yang Cc: Guenter Roeck , "linux-mips@vger.kernel.org" Subject: Re: [PATCH] MIPS: Limit MIPS_MT_SMP support by ISA reversion Message-ID: <20230408121728.GA5953@alpha.franken.de> References: <20230407223532.7981-1-jiaxun.yang@flygoat.com> <984bbd06-0fbf-3c97-32a1-a6b60af4b3d3@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Sat, Apr 08, 2023 at 11:10:32AM +0100, Jiaxun Yang wrote: > > > > 2023年4月8日 01:30,Guenter Roeck 写道: > > > > On 4/7/23 15:35, Jiaxun Yang wrote: > >> MIPS MT ASE is only available on ISA between Release 1 and Release 5. > >> Add ISA level dependency to Kconfig to fix build. > >> Reported-by: Guenter Roeck > >> Signed-off-by: Jiaxun Yang > > > > With this patch in place, I still get the second build failure. > > + Thomas > > Seems like PTE bits are overflowing again. I'm going to revert de34007751aaba992373f2d659001a846aeb8811, which just solves all new build problems in one go. Then we can try to come up with a usable solution. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]