From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 20 Mar 2007 21:05:01 -0500 From: Anton Blanchard To: Olof Johansson Subject: Re: [patch 10/10] Make sure we only enable xmon once Message-ID: <20070321020501.GB24496@kryten> References: <20070321013810.404636000@samba.org> <20070321013825.735752000@samba.org> <20070321021149.GA2564@lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070321021149.GA2564@lixom.net> Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > +#ifdef CONFIG_XMON_DEFAULT > > +int __initdata xmon_on = 1; > > +#else > > +int __initdata xmon_on = 0; > > +#endif > > This shouldn't be __initdata, should it? It's used at runtime below. Thanks for spotting! New patch on the way. Anton