aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 11:40:05 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 11:40:05 +0900
commit50e98e72e459e43b6b9a5449e35bb6fc54e21149 (patch)
tree7f807f70e884721535d56857a71d599ade6be9c4 /arch/sh/kernel/vmlinux.lds.S
parentsh: Fix kGDB NMI handling. (diff)
downloadlinux-dev-50e98e72e459e43b6b9a5449e35bb6fc54e21149.tar.xz
linux-dev-50e98e72e459e43b6b9a5449e35bb6fc54e21149.zip
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 <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/vmlinux.lds.S')
-rw-r--r--arch/sh/kernel/vmlinux.lds.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S
index 95fdd9135fcf..3f3e1e0735f5 100644
--- a/arch/sh/kernel/vmlinux.lds.S
+++ b/arch/sh/kernel/vmlinux.lds.S
@@ -62,8 +62,6 @@ SECTIONS
. = ALIGN(8192); /* init_task */
.data.init_task : { *(.data.init_task) }
- /* stack */
- .stack : { stack = .; _stack = .; }
. = ALIGN(4096); /* Init code and data */
__init_begin = .;