[MIPS] save_context_stack fix
commit63ef3da51aaaeeafbd732ef411f3fa40991f12db
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 16 Oct 2006 13:48:49 +0000 (16 22:48 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 16 Oct 2006 21:51:48 +0000 (16 22:51 +0100)
tree8d9bdcd74f07f8d79fa01e0173c0299b7d1cf713
parent0b2177d236a233461f9830b51d8fc4f71ad60d43
[MIPS] save_context_stack fix

CONFIG_KALLSYMS=n case is obviously wrong, though it is harmless since
CONFIG_KALLSYMS is always enabled with CONFIG_STACKTRACE for now.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/stacktrace.c