Jeff Dike <jdike@addtoit.com> wrote on 10.06.2008 15:57:29:
Constructor calls inside the kernel happen just before any other
initcall. The problem here is that constructors are called from both
the host run-time environment as well as from the kernel. I'm
working on a patch that disables kernel constructor calling for UML.
Regards,
Peter
--