From 289b4e7a48d91fbef7af819020d826ad9f49f568 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Fri, 29 Jul 2011 16:27:07 +0200 Subject: [PATCH] locking, dma, ipu: Annotate bank_lock as raw MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Cc: kernel@pengutronix.de Cc: Guennadi Liakhovetski Cc: Dan Williams Link: http://lkml.kernel.org/r/1311949627-13260-1-git-send-email-u.kleine-koenig@pengutronix.de Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-format-patch failed