Add missing init section definitions
authorSam Ravnborg <sam@ravnborg.org>
Tue, 19 Feb 2008 20:00:18 +0000 (21:00 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Tue, 19 Feb 2008 20:00:18 +0000 (21:00 +0100)
When adding __devinitconst etc. the __initconst variant
were missed.
Add this one and proper definitions for .head.text for use
in .S files.
The naming .head.text is preferred over .text.head as the
latter will conflict for a function named head when introducing
-ffunctions-sections.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found