From: Yong Zhang Date: Mon, 16 Apr 2012 07:01:55 +0000 (+0800) Subject: lockdep: Selftest: convert spinlock to raw spinlock X-Git-Tag: v3.9-rc1~104^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fb1b90ce0a847a8cc9492a6c1f347b5be1f33ff;p=pandora-kernel.git lockdep: Selftest: convert spinlock to raw spinlock To make the lockdep selftest working on RT we need to convert the spinlock tests to a raw spinlock. Otherwise we cannot run the irq context checks. For mainline this is just annotational as spinlocks are mapped to raw_spinlocks anyway. Signed-off-by: Yong Zhang Link: http://lkml.kernel.org/r/1334559716-18447-2-git-send-email-yong.zhang0@gmail.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed