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)
commit6b2c1800f1d3a608af952cfbd57f8f1a71c5d9b4
treef7488a60b0fb0fd81ea0160bcde3e20a1cff10a1
parent757455d41c390da4ae8e06468ad097fe42eaab41
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