ARM: vmlinux.lds: rearrange .init output section
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 5 Jul 2011 21:56:41 +0000 (22:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 7 Jul 2011 22:35:41 +0000 (23:35 +0100)
Keep the various linker tables as separate output sections rather
than combining them together into one big .init section.  This
makes the 'vmlinux' easier to see what is placed where.

Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found