From: Tim Abbott Date: Thu, 24 Sep 2009 14:36:25 +0000 (-0400) Subject: alpha: use .data.init_task instead of .data.init_thread. X-Git-Tag: v2.6.32-rc1~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea12c2ed547f415ef9699cc67374d90924592c9b;p=pandora-kernel.git alpha: use .data.init_task instead of .data.init_thread. alpha is the only architecture that uses the section name .data.init_thread instead of .data.init_task. So convert alpha to use .data.init_task like everything else. .data.init_task does not need a separate output section; this change also moves it into the .data output section. Signed-off-by: Tim Abbott Cc: Richard Henderson Cc: linux-alpha@vger.kernel.org Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed