summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/chrp
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2009-06-16 18:42:49 +0200
committerBenjamin Herrenschmidt2009-06-26 06:37:27 +0200
commitf97bb36f705da0a86b3ea77bfeee3415fee0b025 (patch)
tree753cfb89d52d5732142bb424b5c72ffc869db0a8 /arch/powerpc/platforms/chrp
parentpowerpc: Add irqtrace support for 32-bit powerpc (diff)
downloadkernel-qcow2-linux-f97bb36f705da0a86b3ea77bfeee3415fee0b025.tar.gz
kernel-qcow2-linux-f97bb36f705da0a86b3ea77bfeee3415fee0b025.tar.xz
kernel-qcow2-linux-f97bb36f705da0a86b3ea77bfeee3415fee0b025.zip
powerpc/rtas: Turn rtas lock into a raw spinlock
RTAS currently uses a normal spinlock. However it can be called from contexts where this is not necessarily a good idea. For example, it can be called while syncing timebases, with the core timebase being frozen. Unfortunately, that will deadlock in case of lock contention when spinlock debugging is enabled as the spin lock debugging code will try to use __delay() which ... relies on the timebase being enabled. Also RTAS can be used in some low level IRQ handling code path so it may as well be a raw spinlock for -rt sake. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/chrp')
0 files changed, 0 insertions, 0 deletions