]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Fix soft lockup with ALSA rtc-timer
authorTakashi Iwai <tiwai@suse.de>
Fri, 11 Nov 2005 18:47:28 +0000 (19:47 +0100)
committerChris Wright <chrisw@osdl.org>
Thu, 24 Nov 2005 22:10:07 +0000 (14:10 -0800)
commitd8122124872548142e3df57d274444f484f318a2
tree42c5fa77e322ad242b64c3247f8b1503fcf58549
parent423885efc678eec81b59e4c200417be58ede9d2f
[PATCH] Fix soft lockup with ALSA rtc-timer

Fixed the soft lockup of ALSA rtc-timer due to the wrong irq
handling in rtc_control().  The call of rtc_control() can be atomic.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/rtc.c