From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17624.6035.613234.492868@cargo.ozlabs.ibm.com> Date: Tue, 8 Aug 2006 14:48:19 +1000 From: Paul Mackerras To: Jimi Xenidis Subject: Re: [RFC] Debugging with a HW probe. In-Reply-To: References: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jimi Xenidis writes: > +static noinline void xmon_hw_probe(void) > +{ > + if (!xmon_hw_probe_enabled) > + return; > + ATTN(); > +} I can't see how we can get to call this routine with xmon_hw_probe_enabled equal to 0... What am I missing? Paul.