]> git.baikalelectronics.ru Git - kernel.git/commit
locking, video: Annotate vga console lock as raw
authorThomas Gleixner <tglx@linutronix.de>
Sat, 25 Jul 2009 14:17:02 +0000 (16:17 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 Sep 2011 09:12:04 +0000 (11:12 +0200)
commit88f5faf51d346c6ccfdc4ead0a03b2e0d8bf92f8
treef7488a60b0fb0fd81ea0160bcde3e20a1cff10a1
parent7747c1a109351e6bf6034fefc7839a595d816b46
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 <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/video/console/vgacon.c