commit | e909be825212da62433e805f03586015a04f3c78 | [log] [tgz] |
---|---|---|
author | Vincent Wen <vincentwenlinux@gmail.com> | Thu Jul 19 09:11:16 2012 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Jul 19 11:23:44 2012 +0200 |
tree | 0f6671bda7cd9709bda9c83930271fa947a13132 | |
parent | ca760ca5238c55cd0e29291c63e35ac6634d385f [diff] |
MIPS: Fix Magic SysRq L kernel crash. show_backtrace() was passed a NULL pointer which caused paging request fail. Set to current task as other architectures (ARM, etc) do when passed a NULL task pointer. Signed-off-by: Vincent Wen <vincentwenlinux@gmail.com> Cc: linux-mips@linux-mips.org Cc: cernekee@gmail.com Patchwork: https://patchwork.linux-mips.org/patch/3524/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>