Re: Boot time regression in 2.6.38 after initial wq merge

From: pantherchen@xxxxxxxxxxx
Date: Tue Feb 22 2011 - 15:14:38 EST


On 02/22/2011 08:52 PM, Dmitry Torokhov wrote:
Ewww... tty/ldisc...

Does it help if you change drivers/input/serio/serio.c::serio_queue_event()
from calling

schedule_work(&serio_event_work);

to call

queue_work(system_long_wq,&serio_event_work);

?

Yes, that works: http://img.xrmb2.net/images/499337.png

Regards,

Hernando Torque
--
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/