aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/kernel/vmlinux.lds.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S
index 3e31512109f9..ac4ed52034db 100644
--- a/arch/xtensa/kernel/vmlinux.lds.S
+++ b/arch/xtensa/kernel/vmlinux.lds.S
@@ -118,7 +118,8 @@ SECTIONS
118 _fdata = .; 118 _fdata = .;
119 .data : 119 .data :
120 { 120 {
121 *(.data) CONSTRUCTORS 121 DATA_DATA
122 CONSTRUCTORS
122 . = ALIGN(XCHAL_ICACHE_LINESIZE); 123 . = ALIGN(XCHAL_ICACHE_LINESIZE);
123 *(.data.cacheline_aligned) 124 *(.data.cacheline_aligned)
124 } 125 }