[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060725155742.A15626@unix-os.sc.intel.com>
Date:	Tue, 25 Jul 2006 15:57:42 -0700
From:	Keshavamurthy Anil S <anil.s.keshavamurthy@...el.com>
To:	Greg KH <gregkh@...e.de>
Cc:	linux-kernel@...r.kernel.org, greg@...ah.com
Subject: Re: [RFC PATCH] Multi-threaded device probing
>    +       data = kmalloc(sizeof(*data), GFP_KERNEL);
>    +       data->drv = drv;
>    +       data->dev = dev;
>    +
> +	if (drv->multithread_probe) {
            ^^^^^^^^^^^^^^^^^^^^^^
	 if (drv->multithread_probe && !cmdline_mtprobe) {
Also I think providing cmdline option to override the default 
multithread probe behaviour would be good. Something like above
which is useful while debugging the boot issues.
Cheers ,
Anil S Keshavamurthy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists