[PATCH] lockdep: annotate serio
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 3 Jul 2006 07:25:08 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:07 +0000 (15:27 -0700)
commit3aceafc1e2596f1c2c4e053126561f00b68e3a1a
treebd570bd077ef3e8ab43bf7904c40711cf42a8323
parentf20dc5f7c1adf1c4b68b7672d6f2002cb824e636
[PATCH] lockdep: annotate serio

The PS/2 code has a natural device order and there is a one level recursion in
this device order in terms of the cmd_mutex; annotate this explicit recursion
as ok.

Has no effect on non-lockdep kernels.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: Dmitry Torokhov <dtor_core@ameritech.net>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/input/serio/libps2.c