aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/vmlinux.lds.S')
-rw-r--r--arch/sh/kernel/vmlinux.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S
index 9cb95af7b090..84a203b8573d 100644
--- a/arch/sh/kernel/vmlinux.lds.S
+++ b/arch/sh/kernel/vmlinux.lds.S
@@ -107,6 +107,7 @@ SECTIONS
107 *(.bss.page_aligned) 107 *(.bss.page_aligned)
108 *(.bss) 108 *(.bss)
109 . = ALIGN(4); 109 . = ALIGN(4);
110 _ebss = .; /* uClinux MTD sucks */
110 _end = . ; 111 _end = . ;
111 } 112 }
112 113