vserver 1.9.5.x5
[linux-2.6.git] / arch / m68k / kernel / vmlinux-std.lds
index 42aeea9..e58654f 100644 (file)
@@ -15,7 +15,7 @@ SECTIONS
        SCHED_TEXT
        *(.fixup)
        *(.gnu.warning)
-       } = 0x4e75
+       } :text = 0x4e75
 
   . = ALIGN(16);               /* Exception table */
   __start___ex_table = .;
@@ -34,7 +34,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 */