On Fri, Dec 19, 2008 at 03:49, <[email protected]> wrote: > +#if defined(CONFIG_BF548) || defined(CONFIG_BF561)
you should use this instead: #if L2_LENGTH > +/* Should be enabled after bug 4562 is fixed. > +void kgdb_l2_test(void) __attribute__((l2)); > +*/ add "longcall" to the attribute and it should work fine -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
