[MIPS] Fix check for valid stack pointer during backtrace
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 12 May 2008 15:58:48 +0000 (17:58 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Jun 2008 17:13:14 +0000 (18:13 +0100)
The newly added check for valid stack pointer address breaks at least for
64bit kernels.  Use __get_user() for accessing stack content to avoid crashes,
when doing the backtrace.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found