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 6AFDEDDEF6 for ; Thu, 1 May 2008 08:18:22 +1000 (EST) Subject: Re: [PATCH] [POWERPC] Rework EXC_LEVEL_EXCEPTION_PROLOG code From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: <12ECF63E-7CEA-48FD-9447-7D534C29271D@kernel.crashing.org> References: <1209592495.18023.246.camel@pasglop> <12ECF63E-7CEA-48FD-9447-7D534C29271D@kernel.crashing.org> Content-Type: text/plain Date: Thu, 01 May 2008 08:18:16 +1000 Message-Id: <1209593896.18023.253.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2008-04-30 at 17:13 -0500, Kumar Gala wrote: > >> stack there by make references go from GPR11-INT_FRAME_SIZE(r8) to > >> just GPR(r8) > > ^^ 11 ? > > r8 is correct for my example. My point is > s/GPR11-INT_FRAME_SIZE/GPR11/ Sorry, I put the ^^ in the wrong place :-) I meant the example should say GPR11(r8) Ben.