From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CC589DDDEA for ; Tue, 8 Jul 2008 11:36:32 +1000 (EST) Subject: Re: [PATCH] powerpc: rework 4xx PTE access and TLB miss From: Benjamin Herrenschmidt To: Josh Boyer In-Reply-To: <20080707212523.24d2014f@zod.rchland.ibm.com> References: <20080701043607.07484DDED7@ozlabs.org> <20080707100627.4be05488@zod.rchland.ibm.com> <1215468180.8970.124.camel@pasglop> <20080707212523.24d2014f@zod.rchland.ibm.com> Content-Type: text/plain Date: Tue, 08 Jul 2008 11:34:12 +1000 Message-Id: <1215480852.8970.193.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Unless you've seriously fixed mambo (which you probably have), I > wouldn't consider the 44x port to be useful as a true test platform. I > started that support like 3 years ago, and I abandoned it when I was > 1/2 way finished. The exception precedence wasn't even right, and > userspace didn't start :) Yup, I fixed exception precedence a while back :-) I don't use mambo much for 4xx. Mostly it was a way to get past the trivial bugs before I tested on real HW. Cheers, Ben.