sparc: Improve VDSO instruction patching.
[linux-2.6-microblaze.git] / arch / sparc / vdso / vdso-layout.lds.S
index f2c83ab..ed36d49 100644 (file)
@@ -73,11 +73,8 @@ SECTIONS
 
        .text           : { *(.text*) }                 :text   =0x90909090,
 
-       .vread_tick_patch : {
-               vread_tick_patch_start = .;
-               *(.vread_tick_patch)
-               vread_tick_patch_end = .;
-       }
+       .tick_patch       : { *(.tick_patch) }          :text
+       .tick_patch_insns : { *(.tick_patch_insns) }    :text
 
        /DISCARD/ : {
                *(.discard)