From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751440AbcBLQez (ORCPT ); Fri, 12 Feb 2016 11:34:55 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:33174 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751001AbcBLQey (ORCPT ); Fri, 12 Feb 2016 11:34:54 -0500 Date: Fri, 12 Feb 2016 17:34:47 +0100 From: Ralf Baechle To: Paul Burton Cc: linux-mips@linux-mips.org, "Steven J. Hill" , Joshua Kinard , linux-kernel@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , James Hogan , Markos Chandras Subject: Re: [PATCH] MIPS: tlb-r4k: panic if the MMU doesn't support PAGE_SIZE Message-ID: <20160212163447.GA10828@linux-mips.org> References: <1436803964-29820-1-git-send-email-paul.burton@imgtec.com> <20160210221049.GA26712@NP-P-BURTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160210221049.GA26712@NP-P-BURTON> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 10, 2016 at 02:10:49PM -0800, Paul Burton wrote: > On Mon, Jul 13, 2015 at 05:12:44PM +0100, Paul Burton wrote: > > After writing the appropriate mask to the cop0 PageMask register, read > > the register back & check it matches what we want. If it doesn't then > > the MMU does not support the page size the kernel is configured for and > > we're better off bailing than continuing to do odd things with TLB > > exceptions. > > > > Signed-off-by: Paul Burton > > --- > > Hi Ralf, > > This patch is marked as accepted in patchwork[1] but is not present in > upstream. Did you lose it somehow? Could you please merge it? No idea what went wrong but I (re-?)applied it. Ralf