From: Geoffrey Thomas Date: Thu, 24 Sep 2009 14:36:26 +0000 (-0400) Subject: alpha: Clean up linker script using new linker script macros. X-Git-Tag: v2.6.32-rc1~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d93f00580243cc059510d9d6ac4d2f5e97e5b83;p=pandora-kernel.git alpha: Clean up linker script using new linker script macros. Note that .data.page_aligned and .data.cacheline_aligned are now after _data; it was probably a bug that they were before it. Also, some explicit ALIGN(8)'s between various initcall sections were removed; this should be harmless as the implicit alignment of initcall_t was already 8. Signed-off-by: Geoffrey Thomas Signed-off-by: Tim Abbott Cc: Ivan Kokshaysky Cc: Sam Ravnborg Signed-off-by: Richard Henderson Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed