From: Tim Abbott Date: Mon, 27 Apr 2009 23:37:58 +0000 (+0100) Subject: FRV: Use __INIT macro instead of .text.init. X-Git-Tag: v2.6.30-rc4~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df1f6d200c1e20788184251c49f349b38d90889c;p=pandora-kernel.git 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 Signed-off-by: David Howells Acked-by: Sam Ravnborg Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed