From: Suresh E. Warrier Date: Wed, 25 Feb 2015 23:23:53 +0000 (-0600) Subject: powerpc: Export __spin_yield X-Git-Tag: omap-for-v4.1/fixes-rc1~27^2~1^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae75116efdc29bb42f1d99f8c51b5c52965b2413;p=pandora-kernel.git powerpc: Export __spin_yield Export __spin_yield so that the arch_spin_unlock() function can be invoked from a module. This will be required for modules where we want to take a lock that is also is acquired in hypervisor real mode. Because we want to avoid running any lockdep code (which may not be safe in real mode), this lock needs to be an arch_spinlock_t instead of a normal spinlock. Signed-off-by: Suresh Warrier Acked-by: Paul Mackerras Acked-by: Michael Ellerman Signed-off-by: Alexander Graf --- Reading git-diff-tree failed