]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
locking, dma, ipu: Annotate bank_lock as raw
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 29 Jul 2011 14:27:07 +0000 (16:27 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 Sep 2011 09:12:15 +0000 (11:12 +0200)
commit289b4e7a48d91fbef7af819020d826ad9f49f568
treec3155c141dc976c5c2d404e4cc4c99c278cce58f
parentbd31b85960a7fcb2d7ede216460b8da71a88411c
locking, dma, ipu: Annotate bank_lock as raw

The bank_lock can be taken in atomic context (irq handling)
and therefore cannot be preempted on -rt - annotate it.

In mainline this change documents the low level nature of
the lock - otherwise there's no functional difference. Lockdep
and Sparse checking will work as usual.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: kernel@pengutronix.de
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Dan Williams <dan.j.williams@intel.com>
Link: http://lkml.kernel.org/r/1311949627-13260-1-git-send-email-u.kleine-koenig@pengutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/dma/ipu/ipu_irq.c