j
k
j a
j l
On Tue, Feb 10, 2009 at 10:10 AM, Peter Stuge peter@stuge.se wrote:
#define printk(a, b...) \ #if (a) <= CONFIG_MAXLOGINCLUDE do_printk((a),(b)) \ #endif Maybe that's too evil?
#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
Back to the thread
Back to the list