[patch 10/10] Make sure we only enable xmon once

Anton Blanchard anton at samba.org
Wed Mar 21 13:05:01 EST 2007


> > +#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



More information about the Linuxppc-dev mailing list