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 18AF2DDF12 for ; Thu, 1 May 2008 07:43:38 +1000 (EST) Subject: Re: [PATCH] [POWERPC] Set lower flag bits in regs->trap to indicate debug level exception From: Benjamin Herrenschmidt To: Kumar Gala In-Reply-To: References: Content-Type: text/plain Date: Thu, 01 May 2008 07:43:31 +1000 Message-Id: <1209591811.18023.234.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: , On Wed, 2008-04-30 at 05:44 -0500, Kumar Gala wrote: > We use the low bits of regs->trap as flag bits. We already indicate > critical and machine check level exceptions via this mechanism. Extend it > to indicate debug level exceptions. > > Signed-off-by: Kumar Gala Ack.