aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-10 22:38:46 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-10 22:38:46 +1000
commit4a2885630bc0735e573bced7001dae9750cb80d5 (patch)
tree181fa3cc5a8923b753f842f33f8108ba71e2452c /arch/ppc64/kernel/vmlinux.lds.S
parentpowerpc: Reduce the 32/64-bit differences in traps.c (diff)
downloadlinux-dev-4a2885630bc0735e573bced7001dae9750cb80d5.tar.xz
linux-dev-4a2885630bc0735e573bced7001dae9750cb80d5.zip
powerpc: Reduce the 32/64-bit diffs in vmlinux.lds.S
Also adds the definition of the _sdata symbol to the ppc64 vmlinux.lds.S. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/ppc64/kernel/vmlinux.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/kernel/vmlinux.lds.S b/arch/ppc64/kernel/vmlinux.lds.S
index f34d514432ac..022f220e772f 100644
--- a/arch/ppc64/kernel/vmlinux.lds.S
+++ b/arch/ppc64/kernel/vmlinux.lds.S
@@ -106,6 +106,7 @@ SECTIONS
/* Read/write sections */
. = ALIGN(PAGE_SIZE);
. = ALIGN(16384);
+ _sdata = .;
/* The initial task and kernel stack */
.data.init_task : {
*(.data.init_task)