]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Make the die_lock be raw
authorWu Zhangjin <wuzhangjin@gmail.com>
Sat, 23 Jul 2011 12:41:24 +0000 (12:41 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 17 Sep 2011 00:42:27 +0000 (02:42 +0200)
commit4af6984178f7dfb7bfe29a8b4e29d121ebe13ae4
tree891636bb86b94db993110274fe880e736cb4b24b
parent012bff24c601906000b9f1ca83660daa5965c2c4
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