Re: [PATCH][RFC][REPOST] __init_msg(x) and friends macro

2001-05-28 Thread Martin Mares
Hi! > Patch adds __init_msg (and friends) macro that places its argument > (string constant) into corresponding .data.init section and returns > pointer to it. The goal of this patch is to allow constructions like this: > > static void __init foo(void) > { > printk(_

[PATCH][RFC][REPOST] __init_msg(x) and friends macro

2001-05-28 Thread pazke
Hi all, soryy for such ugly subject line, but I already sent this patch to LKML and didn't get any reply. Patch adds __init_msg (and friends) macro that places its argument (string constant) into corresponding .data.init section and returns pointer to it. The goal of this patch is to allow con