[PATCH 1/2] microblaze: use new macro for .data.cacheline_aligned section.

From: Tim Abbott
Date: Thu Apr 30 2009 - 19:55:10 EST


Signed-off-by: Tim Abbott <tabbott@xxxxxxx>
Cc: Michal Simek <monstr@xxxxxxxxx>
Cc: microblaze-uclinux@xxxxxxxxxxxxxx
---
arch/microblaze/kernel/vmlinux.lds.S | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/microblaze/kernel/vmlinux.lds.S b/arch/microblaze/kernel/vmlinux.lds.S
index 840385e..de25a68 100644
--- a/arch/microblaze/kernel/vmlinux.lds.S
+++ b/arch/microblaze/kernel/vmlinux.lds.S
@@ -64,9 +64,8 @@ SECTIONS {
_sdata = . ;
.data ALIGN (4096) : { /* page aligned when MMU used - origin 0x4 */
*(.data)
+ CACHELINE_ALIGNED_DATA(32)
}
- . = ALIGN(32);
- .data.cacheline_aligned : { *(.data.cacheline_aligned) }
_edata = . ;

/* Reserve some low RAM for r0 based memory references */
--
1.6.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/