diff options
| author | David Daney <ddaney@caviumnetworks.com> | 2008-10-13 19:36:13 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-15 07:46:50 -0400 |
| commit | 2dbac10263b2f3c561de68b4c369bc679352ccee (patch) | |
| tree | 22e73fbdfadcc492b4aab4585788a712aa2598c9 | |
| parent | e47c659b55aff703a2a28e8bd01ee64948eeb417 (diff) | |
MIPS: Align .data.cacheline_aligned based on CONFIG_MIPS_L1_CACHE_SHIFT
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Tomaso Paoletti <tpaoletti@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | arch/mips/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index afb119f35682..58738c8d754f 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S | |||
| @@ -104,7 +104,7 @@ SECTIONS | |||
| 104 | . = ALIGN(_PAGE_SIZE); | 104 | . = ALIGN(_PAGE_SIZE); |
| 105 | __nosave_end = .; | 105 | __nosave_end = .; |
| 106 | 106 | ||
| 107 | . = ALIGN(32); | 107 | . = ALIGN(1 << CONFIG_MIPS_L1_CACHE_SHIFT); |
| 108 | .data.cacheline_aligned : { | 108 | .data.cacheline_aligned : { |
| 109 | *(.data.cacheline_aligned) | 109 | *(.data.cacheline_aligned) |
| 110 | } | 110 | } |
