From: Paul Mundt Date: Wed, 27 Sep 2006 02:40:05 +0000 (+0900) Subject: sh: Kill off the .stack section. X-Git-Tag: v2.6.19-rc1~902^2~101 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e98e72e459e43b6b9a5449e35bb6fc54e21149;p=pandora-kernel.git sh: Kill off the .stack section. We had a special .stack section in the ld script that was being used to position r15 initially. This is nonsensical, as we can just use a THREAD_SIZE offset from the init_thread_union instead (as every other arch does). Signed-off-by: Paul Mundt --- Reading git-diff-tree failed