aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris')
-rw-r--r--arch/cris/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/kernel/vmlinux.lds.S b/arch/cris/kernel/vmlinux.lds.S
index 789ad35f7e0..442218980db 100644
--- a/arch/cris/kernel/vmlinux.lds.S
+++ b/arch/cris/kernel/vmlinux.lds.S
@@ -124,7 +124,7 @@ SECTIONS
124 __init_end = .; 124 __init_end = .;
125 125
126 __data_end = . ; /* Move to _edata ? */ 126 __data_end = . ; /* Move to _edata ? */
127 BSS_SECTION(0, 0, 0) 127 BSS_SECTION(1, 1, 1)
128 128
129 . = ALIGN (0x20); 129 . = ALIGN (0x20);
130 _end = .; 130 _end = .;