diff options
-rw-r--r-- | arch/powerpc/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S index 0587d9c4609d..d0239bf8d4cc 100644 --- a/arch/powerpc/kernel/vmlinux.lds.S +++ b/arch/powerpc/kernel/vmlinux.lds.S | |||
@@ -107,6 +107,7 @@ SECTIONS | |||
107 | #ifdef CONFIG_PPC32 | 107 | #ifdef CONFIG_PPC32 |
108 | /* Read-write section, merged into data segment: */ | 108 | /* Read-write section, merged into data segment: */ |
109 | . = ALIGN(4096); | 109 | . = ALIGN(4096); |
110 | _sdata = .; | ||
110 | .data : | 111 | .data : |
111 | { | 112 | { |
112 | *(.data) | 113 | *(.data) |