commit | 882016ff3659126f6da50cf7cb84a0a15d00a87b | [log] [tgz] |
---|---|---|
author | Tim Abbott <tabbott@MIT.EDU> | Mon Apr 27 14:02:25 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 27 19:51:58 2009 -0700 |
tree | 8d4762db9aaadc71f22d1a982f61d0551f214598 | |
parent | 9203fc9c1266ed21c327f679ad05e53509dfbee1 [diff] |
sh: Use __INIT macro instead of .text.init. The sh architecture has some code in the .text.init section, but it does not reference that section in its linker scripts. This change moves this code from the .text.init section to the .init.text section, which is presumably where it belongs. Signed-off-by: Tim Abbott <tabbott@mit.edu> Acked-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>