Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b824325443bb010689d22262c6a4e0feb63bad56
Commit:     b824325443bb010689d22262c6a4e0feb63bad56
Parent:     3ae0aa9f45c69055294b6514ddbb5bd07d2535c2
Author:     Mathieu Desnoyers <[EMAIL PROTECTED]>
AuthorDate: Sat Jun 16 22:29:39 2007 -0400
Committer:  Sam Ravnborg <[EMAIL PROTECTED]>
CommitDate: Tue Jul 17 14:55:38 2007 +0200

    xtensa: use DATA_DATA in xtensa
    
    * Sam Ravnborg ([EMAIL PROTECTED]) 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 <[EMAIL PROTECTED]>
    Cc: Chris Zankel <[EMAIL PROTECTED]>
    Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
---
 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)
   }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to