aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>2007-06-16 22:29:39 -0400
committerSam Ravnborg <sam@ravnborg.org>2007-07-17 08:55:38 -0400
commitb824325443bb010689d22262c6a4e0feb63bad56 (patch)
tree3a5cdcb0f9bed2cf15adfeef9c236a0933446043 /arch/xtensa
parent3ae0aa9f45c69055294b6514ddbb5bd07d2535c2 (diff)
xtensa: use DATA_DATA in xtensa
* Sam Ravnborg (sam@ravnborg.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@polymtl.ca> Cc: Chris Zankel <chris@zankel.net> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/kernel/vmlinux.lds.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S
index b0582c3c5f8d..bb3f1f3097a8 100644
--- a/arch/xtensa/kernel/vmlinux.lds.S
+++ b/arch/xtensa/kernel/vmlinux.lds.S
@@ -118,7 +118,8 @@ SECTIONS
118 _fdata = .; 118 _fdata = .;
119 .data : 119 .data :
120 { 120 {
121 *(.data) CONSTRUCTORS 121 DATA_DATA
122 CONSTRUCTORS
122 . = ALIGN(XCHAL_ICACHE_LINESIZE); 123 . = ALIGN(XCHAL_ICACHE_LINESIZE);
123 *(.data.cacheline_aligned) 124 *(.data.cacheline_aligned)
124 } 125 }