FRV: Use __INIT macro instead of .text.init.
authorTim Abbott <tabbott@MIT.EDU>
Mon, 27 Apr 2009 23:37:58 +0000 (00:37 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Apr 2009 02:46:30 +0000 (19:46 -0700)
commitdf1f6d200c1e20788184251c49f349b38d90889c
treef19809828d470dd374bfcb301f098da81b81e061
parentb2ad5e1e709e404dd637097411f1853d37926a6a
FRV: Use __INIT macro instead of .text.init.

FRV is placing some code in the .text.init section but 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>
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/frv/kernel/head-mmu-fr451.S
arch/frv/kernel/head-uc-fr401.S
arch/frv/kernel/head-uc-fr451.S
arch/frv/kernel/head-uc-fr555.S