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 ESMTP id 814CEDDF0C for ; Wed, 30 May 2007 22:44:27 +1000 (EST) In-Reply-To: <20070530080526.36115DDFC8@ozlabs.org> References: <20070530080526.36115DDFC8@ozlabs.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [RFC/PATCH 2/4] powerpc: ptrace can set DABR on both 32 and 64 bits Date: Wed, 30 May 2007 07:44:18 -0500 To: Benjamin Herrenschmidt Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , Anton Blanchard , ulrich.weigand@de.ibm.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On May 30, 2007, at 3:05 AM, Benjamin Herrenschmidt wrote: > Allow ptrace to set dabr in the thread structure for both 32 and 64 > bits, > though only 64 bits actually uses that field, it's actually defined > in both. > > Signed-off-by: Benjamin Herrenschmidt Can you make these -EIO for CONFIG_BOOKE for now. - k