aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/vmlinux.lds.S')
-rw-r--r--arch/powerpc/kernel/vmlinux.lds.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S
index 244e3658983c..58da4070723d 100644
--- a/arch/powerpc/kernel/vmlinux.lds.S
+++ b/arch/powerpc/kernel/vmlinux.lds.S
@@ -239,10 +239,6 @@ SECTIONS
239 } 239 }
240#endif 240#endif
241 241
242 . = ALIGN(PAGE_SIZE);
243 _edata = .;
244 PROVIDE32 (edata = .);
245
246 /* The initial task and kernel stack */ 242 /* The initial task and kernel stack */
247#ifdef CONFIG_PPC32 243#ifdef CONFIG_PPC32
248 . = ALIGN(8192); 244 . = ALIGN(8192);
@@ -276,6 +272,10 @@ SECTIONS
276 __nosave_end = .; 272 __nosave_end = .;
277 } 273 }
278 274
275 . = ALIGN(PAGE_SIZE);
276 _edata = .;
277 PROVIDE32 (edata = .);
278
279/* 279/*
280 * And finally the bss 280 * And finally the bss
281 */ 281 */