From: Wu Zhangjin Date: Sat, 23 Jul 2011 12:41:24 +0000 (+0000) Subject: MIPS: Make the die_lock be raw X-Git-Tag: v3.1-rc10~17^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d85f6afa43d366868fdaa19595722309e4843f6;p=pandora-kernel.git 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 Signed-off-by: Thomas Gleixner Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2636/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed