On Thu, 19 Jul 2007, Daniel Laird wrote: > @@ -435,6 +435,9 @@ > label_nopage_tlbm, > label_smp_pgtable_change, > label_r3000_write_probe_fail, > +#ifdef CONFIG_PNX8550 > + label_pnx8550_bac_reset > +#endif > }; > > struct label { You have formatting problems (mailer suspected), a comma is missing from the above fragment and the whole proposal is a horrible #ifdef maze. Can you please rewrite it in a more orderly fashion? Maciej