lkml.org 
[lkml]   [2009]   [Apr]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromTim Abbott <>
Subject[PATCH] blackfin: use new macro for .data.cacheline_aligned section.
DateThu, 30 Apr 2009 19:43:35 -0400
Signed-off-by: Tim Abbott <tabbott@mit.edu>
Cc: Bryan Wu <cooloney@kernel.org>
Cc: uclinux-dist-devel@blackfin.uclinux.org
---
arch/blackfin/kernel/vmlinux.lds.S | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S
index 27952ae..0bfc59b 100644
--- a/arch/blackfin/kernel/vmlinux.lds.S
+++ b/arch/blackfin/kernel/vmlinux.lds.S
@@ -93,8 +93,7 @@ SECTIONS
{
__sdata = .;
/* This gets done first, so the glob doesn't suck it in */
- . = ALIGN(32);
- *(.data.cacheline_aligned)
+ CACHELINE_ALIGNED_DATA(32)

#if !L1_DATA_A_LENGTH
. = ALIGN(32);
--
1.6.2.1


\
 
 \ /
  Last update: 2009-05-01 01:47    [from the cache]
©2003-2010