diff options
| -rw-r--r-- | arch/xtensa/kernel/vmlinux.lds.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S index b0582c3c5f8d..bb3f1f3097a8 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 | } |
