git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0b92b9
)
Input: i8042 - use synchronize_irq() instead of synchronize_sched()
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sun, 4 Nov 2007 04:44:31 +0000
(
00:44
-0400)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 21 Jan 2008 06:11:07 +0000
(
01:11
-0500)
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 <dtor@mail.ru>
No differences found