forked from luck/tmp_suning_uos_patched
[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>
This commit is contained in:
parent
089c7e7f2d
commit
eea32d4c6e
|
@ -57,7 +57,7 @@ static void save_context_stack(struct stack_trace *trace,
|
|||
pc = unwind_stack(task, &sp, pc, &ra);
|
||||
} while (pc);
|
||||
#else
|
||||
save_raw_context_stack(sp);
|
||||
save_raw_context_stack(trace, sp);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user