]> 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>
Thu, 28 Jul 2011 15:21:48 +0000 (16:21 +0100)
commit9f746aea49139c84d0a602f73c62698b7af56d50
tree090a138859190eadfa38111e1e5eda7cddb7a0e8
parentba501ec7bc556c0ba02becd47d6028b675ea7e71
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