Ordering of object files does not guarentee ordering of initcalls.
The linker can legitimately move things around in the final object
which will change the initcall ordering, the linker will in fact
do this on many platforms for performance purposes.
This bug can only be fixed correctly in 2.5.x which has a
prioritization scheme for initcalls.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/