commit | 4d85f6afa43d366868fdaa19595722309e4843f6 | [log] [tgz] |
---|---|---|
author | Wu Zhangjin <wuzhangjin@gmail.com> | Sat Jul 23 12:41:24 2011 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Sep 21 17:52:09 2011 +0200 |
tree | 8bbd598f03b9a0ef7cba24bb7a9dab23f78b490e | |
parent | 49de830ad7b94d05f6dbfbae97a03f80169a7462 [diff] |
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>