sparc: cleanup references to deprecated .text.init* sections.
authorTim Abbott <tabbott@MIT.EDU>
Mon, 27 Apr 2009 18:02:26 +0000 (14:02 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Apr 2009 02:51:58 +0000 (19:51 -0700)
commita0871e8cb8c3f5ee2ecc560ae73a35cd420440f9
tree496638b39cd6f27cd68d78e04e0789e56630837a
parent882016ff3659126f6da50cf7cb84a0a15d00a87b
sparc: cleanup references to deprecated .text.init* sections.

The section .text.init.refok is deprecated and __REF (.ref.text)
should be used in assembly files instead.  This patch cleans up a few
uses of .text.init.refok in the sparc architecture.

Also fix a reference to .text.init in a comment that wasn't updated to
.init.text.

Signed-off-by: Tim Abbott <tabbott@mit.edu>
Cc: David S. Miller <davem@davemloft.net>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/sparc/kernel/head_32.S
arch/sparc/kernel/head_64.S