]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/tile/kernel/vmlinux.lds.S
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[mv-sheeva.git] / arch / tile / kernel / vmlinux.lds.S
index 77388c1415bd474aa0dafc00510bc83af626b5ab..25fdc0c1839a4d6245e34336ffa527e1c09b5e4a 100644 (file)
@@ -36,8 +36,8 @@ SECTIONS
 
   /* Now the real code */
   . = ALIGN(0x20000);
-  HEAD_TEXT_SECTION :text =0
   .text : AT (ADDR(.text) - LOAD_OFFSET) {
+    HEAD_TEXT
     SCHED_TEXT
     LOCK_TEXT
     __fix_text_end = .;   /* tile-cpack won't rearrange before this */
@@ -46,7 +46,7 @@ SECTIONS
     *(.coldtext*)
     *(.fixup)
     *(.gnu.warning)
-  }
+  } :text =0
   _etext = .;
 
   /* "Init" is divided into two areas with very different virtual addresses. */