Pull dock-bay into release branch
[sfrench/cifs-2.6.git] / arch / arm26 / kernel / vmlinux-arm26.lds.in
index 1d2949e83be8de301112f98bec3599cd046a7047..6c44f6a17bf71d0c467db932e7a14ee80b5138f2 100644 (file)
@@ -65,7 +65,7 @@ SECTIONS
 
        .text : {                       /* Real text segment            */
                _text = .;              /* Text and read-only data      */
-                       *(.text)
+                       TEXT_TEXT
                        SCHED_TEXT
                        LOCK_TEXT
                        *(.fixup)
@@ -106,7 +106,7 @@ SECTIONS
                /*
                 * and the usual data section
                 */
-               *(.data)
+               DATA_DATA
                CONSTRUCTORS
 
                _edata = .;