From: Sam Ravnborg Date: Sat, 27 Dec 2008 08:34:41 +0000 (-0800) Subject: sparc: use .data.init_task section for init_thread_union X-Git-Tag: v2.6.29-rc1~568^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74e34dbdeb39136e0557930a373392b7d644f43;p=pandora-kernel.git sparc: use .data.init_task section for init_thread_union Use a dedicated aligned section for the init_thread_union variable and declare this section in vmlinux.lds. This align sparc with most other architectures. Eventually this allow the init_task bits to be unified across all architectures. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed