aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/kernel/vmlinux.lds.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S
index 674ed8feb8ae..80dc9f8d9412 100644
--- a/arch/sh/kernel/vmlinux.lds.S
+++ b/arch/sh/kernel/vmlinux.lds.S
@@ -93,8 +93,7 @@ SECTIONS
93 93
94 . = ALIGN(PAGE_SIZE); 94 . = ALIGN(PAGE_SIZE);
95 __init_end = .; 95 __init_end = .;
96 BSS(PAGE_SIZE) 96 BSS_SECTION(0, PAGE_SIZE, 4)
97 . = ALIGN(4);
98 _ebss = .; /* uClinux MTD sucks */ 97 _ebss = .; /* uClinux MTD sucks */
99 _end = . ; 98 _end = . ;
100 99