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(__init_msg(KERN_INFO "Some random long message "
>                                 "going to .data.init and then to bit bucket\n"));
>       }
> 
> I hope this patch can save some memory and will be usefull :))

I think it's better to teach GCC understanding another function attribute
defining the default section of all read-only data defined in the function.

                                Have a nice fortnight
-- 
Martin `MJ' Mares <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://atrey.karlin.mff.cuni.cz/~mj/
Even nostalgia isn't what it used to be.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to