From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 24 Nov 2004 22:14:47 +0000 (GMT) Received: from pD9562327.dip.t-dialin.net ([IPv6:::ffff:217.86.35.39]:41773 "EHLO mail.linux-mips.net") by linux-mips.org with ESMTP id ; Wed, 24 Nov 2004 22:14:43 +0000 Received: from fluff.linux-mips.net (localhost [127.0.0.1]) by mail.linux-mips.net (8.13.1/8.13.1) with ESMTP id iAOMCeZ3024541; Wed, 24 Nov 2004 23:12:40 +0100 Received: (from ralf@localhost) by fluff.linux-mips.net (8.13.1/8.13.1/Submit) id iAOMCeUv024540; Wed, 24 Nov 2004 23:12:40 +0100 Date: Wed, 24 Nov 2004 23:12:40 +0100 From: Ralf Baechle To: "Maciej W. Rozycki" Cc: Thiemo Seufer , Manish Lachwani , Geert Uytterhoeven , Linux/MIPS Development Subject: Re: [PATCH] Synthesize TLB refill handler at runtime Message-ID: <20041124221240.GA24500@linux-mips.org> References: <20041121203757.GS20986@rembrandt.csv.ica.uni-stuttgart.de> <20041122070117.GB25433@linux-mips.org> <41A283BD.3080300@mvista.com> <41A29DCF.8030308@mvista.com> <20041124014057.GE902@rembrandt.csv.ica.uni-stuttgart.de> <20041124094423.GB21039@linux-mips.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 6443 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Wed, Nov 24, 2004 at 09:46:05PM +0000, Maciej W. Rozycki wrote: > Here's my proposal. It doesn't handle MIPS*R2 processors implicitly yet > as that asks for a clean implementation of MIPS architecture > determination. I'll do that in a separate step and adjust this code > afterwards. For now it should be OK. Agreed? Sure, go ahead. > Note, these panic()s really beg for early printk() support -- but doesn't > everyone have it already? ;-) It's so easy to implement with serial console. Best thing since sliced bread :-) Ralf