commit | ced918eb748ce30b3aace549fd17540e40ffdca0 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Feb 17 16:47:10 2010 +0000 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 02 10:28:38 2010 +0100 |
tree | f7c194d56e799508e090ef016bfc2dc0152a4244 | |
parent | 13dda80e48439b446d0bc9bab34b91484bc8f533 [diff] |
i8253: Convert i8253_lock to raw_spinlock i8253_lock needs to be a real spinlock in preempt-rt, i.e. it can not be converted to a sleeping lock. Convert it to raw_spinlock and fix up all users. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Ralf Baechle <ralf@linux-mips.org> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Acked-by: Takashi Iwai <tiwai@suse.de> Cc: Jens Axboe <jens.axboe@oracle.com> LKML-Reference: <20100217163751.030764372@linutronix.de>