From: Nelson Elhage Date: Fri, 11 Sep 2009 08:28:44 +0000 (+0200) Subject: [S390] clean up linker script using new linker script macros. X-Git-Tag: v2.6.32-rc1~734^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a95f6df9d7753098729ef1464e38552627af9d;p=pandora-kernel.git [S390] clean up linker script using new linker script macros. Note that this patch moves .data.init_task inside _edata. In addition, the alignment of .init.ramfs changes: It is now PAGE_ALIGNED and __initramfs_end is arbitrarily aligned; Previously it was only aligned to a 0x100-byte boundary, and always ended on an even byte. This change results in fewer output sections and in some data being reordered, but should have no functional effect. Signed-off-by: Nelson Elhage Signed-off-by: Tim Abbott Cc: Martin Schwidefsky Cc: Heiko Carstens Cc: linux-s390@vger.kernel.org Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed