]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb330cd323f471b619c95ec62a97cf2ad56fcb266
treef19809828d470dd374bfcb301f098da81b81e061
parent4e455de82bd1bdc25eb4fa03a641b85bedd21258
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