From: Uwe Kleine-König Date: Sat, 31 Jan 2009 00:21:55 +0000 (+0100) Subject: Use __SPIN_LOCK_UNLOCKED to initialize bad_irq_desc.lock X-Git-Tag: v2.6.29-rc4~61^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd7ad96d6c51ba15479cb74dcb189b666422394;p=pandora-kernel.git Use __SPIN_LOCK_UNLOCKED to initialize bad_irq_desc.lock SPIN_LOCK_UNLOCKED is deprecated as lockdep cannot properly work with locks initialized with it. This fix is necessary to compile the linux-rt tree for ARM. Signed-off-by: Uwe Kleine-König Cc: Steven Rostedt --- Reading git-diff-tree failed