From: Tim Abbott Date: Thu, 24 Sep 2009 14:36:17 +0000 (-0400) Subject: parisc: Clean up linker script using new linker script macros. X-Git-Tag: v2.6.32-rc1~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a8e1161e1a944823542138e61dd8f38fd9b9e8;p=pandora-kernel.git parisc: Clean up linker script using new linker script macros. This patch has the (likely harmless) side effect of moving .data.init_task inside the _edata. It also changes the alignment of .data.init_task from 16384 to THREAD_SIZE, which can in some configurations be larger than 16384. I believe that this change fixes a potential bug on those configurations. Signed-off-by: Tim Abbott Cc: Kyle McMartin Cc: Helge Deller Cc: linux-parisc@vger.kernel.org Acked-by: Sam Ravnborg Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed