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:
7105d2e
)
Input: i8042 - fix locking in interrupt routine
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 12 Dec 2009 06:00:57 +0000
(22:00 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 12 Dec 2009 07:55:31 +0000
(23:55 -0800)
We need to protect not only i8042 status and data register from concurrent
access from IRQ 1 and 12 but the rest of the shared state as well, so let's
move release of i8042_lock in i8042_interrupt() a little bit further down.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
No differences found