aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64/kernel/vmlinux.lds.S')
-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
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)