aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot')
-rw-r--r--arch/x86/boot/compressed/vmlinux.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/vmlinux.lds.S b/arch/x86/boot/compressed/vmlinux.lds.S
index 0d26c92d3c7d..dbe515e13fef 100644
--- a/arch/x86/boot/compressed/vmlinux.lds.S
+++ b/arch/x86/boot/compressed/vmlinux.lds.S
@@ -42,6 +42,7 @@ SECTIONS
42 *(.data.*) 42 *(.data.*)
43 _edata = . ; 43 _edata = . ;
44 } 44 }
45 . = ALIGN(CONFIG_X86_L1_CACHE_BYTES);
45 .bss : { 46 .bss : {
46 _bss = . ; 47 _bss = . ;
47 *(.bss) 48 *(.bss)