diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 08:38:46 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 08:38:46 -0400 |
commit | 4a2885630bc0735e573bced7001dae9750cb80d5 (patch) | |
tree | 181fa3cc5a8923b753f842f33f8108ba71e2452c /arch/ppc64/kernel/vmlinux.lds.S | |
parent | 8641778049e75c1da66e66441a6d8b7a2069f607 (diff) |
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 'arch/ppc64/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/ppc64/kernel/vmlinux.lds.S | 1 |
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 | |||
106 | /* Read/write sections */ | 106 | /* Read/write sections */ |
107 | . = ALIGN(PAGE_SIZE); | 107 | . = ALIGN(PAGE_SIZE); |
108 | . = ALIGN(16384); | 108 | . = ALIGN(16384); |
109 | _sdata = .; | ||
109 | /* The initial task and kernel stack */ | 110 | /* The initial task and kernel stack */ |
110 | .data.init_task : { | 111 | .data.init_task : { |
111 | *(.data.init_task) | 112 | *(.data.init_task) |