commit | 705a76d2d22a2824f45f07d023a380293554e989 | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@avionic-design.de> | Mon May 11 08:36:39 2009 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon May 11 15:35:48 2009 -0700 |
tree | b28ca167ee7fd5a48fb5c09d2a143d711934a295 | |
parent | 9166d0f620d5dd4a128711bdeedb3e0f534d9d49 [diff] |
Input: tsc2007 - fix locking in hrtimer handler Now that hrtimers are always running in hard irq context we can't unconditionally enable interrupts at the end of the timer function. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Kwangwoo Lee <kwangwoo.lee@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>