um: Enable CONFIG_CONSTRUCTORS
[sfrench/cifs-2.6.git] / arch / um / include / asm / common.lds.S
index 4049f2c463876205ccd9ff965e03fa111df6489e..d7086b985f27882cbe7b60defc0b7eff168e9f45 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 : {