From: Thomas Gleixner Date: Sat, 25 Jul 2009 14:17:02 +0000 (+0200) Subject: locking, video: Annotate vga console lock as raw X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6b2c1800f1d3a608af952cfbd57f8f1a71c5d9b4;p=linux-beck.git locking, video: Annotate vga console lock as raw The vga_lock lock can be taken in atomic context 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: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c index 915fd74da7a2..d449a74d4a31 100644 --- a/drivers/video/console/vgacon.c +++ b/drivers/video/console/vgacon.c @@ -50,7 +50,7 @@ #include