[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1184681345776-git-send-email-sam@ravnborg.org>
Date: Tue, 17 Jul 2007 16:09:02 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: linux-kernel@...r.kernel.org
Cc: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>,
Sam Ravnborg <sam@...nborg.org>
Subject: [PATCH 33/33] xtensa: use DATA_DATA in xtensa
From: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
* Sam Ravnborg (sam@...nborg.org) wrote:
> From your patch it looks like I originally missed out
> powerpc + xtensa when introducing DATA_DATA - would be nice if
> you could fix that.
>
> Sam
Use DATA_DATA in xtensa
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
Cc: Chris Zankel <chris@...kel.net>
Signed-off-by: Sam Ravnborg <sam@...nborg.org>
---
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 b0582c3..bb3f1f3 100644
--- a/arch/xtensa/kernel/vmlinux.lds.S
+++ b/arch/xtensa/kernel/vmlinux.lds.S
@@ -118,7 +118,8 @@ SECTIONS
_fdata = .;
.data :
{
- *(.data) CONSTRUCTORS
+ DATA_DATA
+ CONSTRUCTORS
. = ALIGN(XCHAL_ICACHE_LINESIZE);
*(.data.cacheline_aligned)
}
--
1.5.0.6
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists