]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Make the die_lock be raw
authorWu Zhangjin <wuzhangjin@gmail.com>
Thu, 28 Jul 2011 15:21:48 +0000 (16:21 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 9 Aug 2011 08:16:24 +0000 (09:16 +0100)
commitf2f22e145ee30372f153fd4eeb48b0608bde3fb4
tree2cf44cdc562f79b4e3c4dcb354d4c505cd9938dc
parent2414ce3a28c092bf2a7eb99e99856c5e51913929
MIPS: Make the die_lock be raw

On preempt-rt this lock needs to be raw, so it does not get converted
to a sleeping spinlock. Trying to sleep in a panic is not really
desireable.

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2636/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/traps.c