]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
futex: Add lock context annotations
authorNamhyung Kim <namhyung@gmail.com>
Tue, 14 Sep 2010 12:43:48 +0000 (21:43 +0900)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 18 Sep 2010 10:19:21 +0000 (12:19 +0200)
queue_lock/unlock/me() and unqueue_me_pi() grab/release spinlocks
but are missing proper annotations. Add them.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Darren Hart <dvhltc@us.ibm.com>
LKML-Reference: <1284468228-8723-3-git-send-email-namhyung@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found