On Fri, 04 Apr 2008 01:12:38 -0500 Jerone Young <[EMAIL PROTECTED]> wrote: > > > > > +static int current_mode = 0; > > > > Leave this as: static int current_mode;, so it'll end up in the bss > > The problem here is that this defines the default case. Is there really > a benefit having this in bss ?
It's still defined to 0 if it's in the BSS, as that is all initialized to 0. josh _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev