commit | 9203fc9c1266ed21c327f679ad05e53509dfbee1 | [log] [tgz] |
---|---|---|
author | Tim Abbott <tabbott@MIT.EDU> | Mon Apr 27 14:02:24 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 27 19:51:58 2009 -0700 |
tree | 12bf05d57e9e6f4d643601c9d3c4b7d621381ffd | |
parent | edada399e81303e85a1090b3cf0f3c5b13ff5f53 [diff] |
powerpc: Use __REF macro instead of old .text.init.refok. 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 powerpc architecture. Signed-off-by: Tim Abbott <tabbott@mit.edu> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>