On Tue, Feb 10, 2009 at 10:10 AM, Peter Stuge <[email protected]> wrote:
> #define printk(a, b...) \ > #if (a) <= CONFIG_MAXLOGINCLUDE > do_printk((a),(b)) \ > #endif > > Maybe that's too evil? let's just let gcc do its job. ron -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

