commit | 37c514e3dfc8f55145d9c6895e2838ac31859aa4 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Tue Feb 19 21:00:18 2008 +0100 |
committer | Sam Ravnborg <sam@ravnborg.org> | Tue Feb 19 21:00:18 2008 +0100 |
tree | 3e626badf00d003c988c318d6de860b5444f5cf2 | |
parent | b1d2675a6466090b68d4ef63f9237b4d70a18857 [diff] |
Add missing init section definitions 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>