From: Anton Vorontsov Date: Thu, 18 Feb 2010 13:57:27 +0000 (+0300) Subject: powerpc/86xx: Convert gef_pic_lock to raw_spinlock X-Git-Tag: v2.6.34-rc2~64^2~9^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f3d395a5c77e6ccddd59a5221e1354b22c29531;p=pandora-kernel.git powerpc/86xx: Convert gef_pic_lock to raw_spinlock Interrupt controllers' hooks are executed in the atomic context, so they are not permitted to sleep (with RT kernels non-raw spinlocks are sleepable). So, gef_pic_lock has to be a real (non-sleepable) spinlock. Signed-off-by: Anton Vorontsov Acked-by: Thomas Gleixner Signed-off-by: Kumar Gala --- Reading git-diff-tree failed