Merge branch 'readdir' (readdir speedup and sanity checking)
[linux-2.6-microblaze.git] / arch / um / include / asm / common.lds.S
index 4049f2c..d7086b9 100644 (file)
@@ -83,8 +83,8 @@
        __preinit_array_end = .;
   }
   .init_array : {
+        /* dummy - we call this ourselves */
        __init_array_start = .;
-       *(.init_array)
        __init_array_end = .;
   }
   .fini_array : {