Re: [Kernel-discuss] Re: parallel boot device initialisation (kernel-spacenot userspace)

From: Ian Molton
Date: Sun Dec 10 2006 - 16:36:26 EST


Stefan Richter wrote:
Luke Kenneth Casson Leighton wrote:

Your thought to pick one subsystem and implement multithreaded probing is
exactly the way to go. If the subsystem is already properly using the
driver core, part of what's needed is already in place. You "merely" have
to look out for proper access to shared resources, and maybe synchronization
of the final step in initialization... (Like in case of the SCSI subsystem.
People usually want to wait for all scanning threads to finish before the
system proceeds to mount filesystems.)

Would love to see this happen to platform devices...

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/