diff options
Diffstat (limited to 'arch/blackfin/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/blackfin/kernel/vmlinux.lds.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S index 7a1200328aca..288dfdbfb611 100644 --- a/arch/blackfin/kernel/vmlinux.lds.S +++ b/arch/blackfin/kernel/vmlinux.lds.S | |||
@@ -83,6 +83,11 @@ SECTIONS | |||
83 | . = ALIGN(32); | 83 | . = ALIGN(32); |
84 | *(.data.cacheline_aligned) | 84 | *(.data.cacheline_aligned) |
85 | 85 | ||
86 | #if !L1_DATA_A_LENGTH | ||
87 | . = ALIGN(32); | ||
88 | *(.data_l1.cacheline_aligned) | ||
89 | #endif | ||
90 | |||
86 | DATA_DATA | 91 | DATA_DATA |
87 | *(.data.*) | 92 | *(.data.*) |
88 | CONSTRUCTORS | 93 | CONSTRUCTORS |