From: Dmitry Torokhov Date: Sun, 4 Nov 2007 04:44:31 +0000 (-0400) Subject: Input: i8042 - use synchronize_irq() instead of synchronize_sched() X-Git-Tag: v2.6.25-rc1~291^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8399c512b5fa2cf80831f5b4cd3adffd299fbe3;p=pandora-kernel.git Input: i8042 - use synchronize_irq() instead of synchronize_sched() RT guys advised me that in their kernels synchronize_sched() will not work to ensure that all IRQ handlers run to their completion and that synchronize_irq() should be used instead. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed