Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / arch / m68k / kernel / vmlinux-std.lds
index 42aeea9..69d1d3d 100644 (file)
@@ -13,9 +13,10 @@ SECTIONS
   .text : {
        *(.text)
        SCHED_TEXT
+       LOCK_TEXT
        *(.fixup)
        *(.gnu.warning)
-       } = 0x4e75
+       } :text = 0x4e75
 
   . = ALIGN(16);               /* Exception table */
   __start___ex_table = .;
@@ -34,7 +35,7 @@ SECTIONS
   .bss : { *(.bss) }           /* BSS */
 
   . = ALIGN(16);
-  .data.cacheline_aligned : { *(.data.cacheline_aligned) }
+  .data.cacheline_aligned : { *(.data.cacheline_aligned) } :data
 
   _edata = .;                  /* End of data section */