Loading arch/um/kernel/sysrq.c +1 −5 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ static const struct stacktrace_ops stackops = { void show_stack(struct task_struct *task, unsigned long *stack) { unsigned long *sp = stack, bp = 0; unsigned long *sp = stack; struct pt_regs *segv_regs = current->thread.segv_regs; int i; Loading @@ -39,10 +39,6 @@ void show_stack(struct task_struct *task, unsigned long *stack) return; } #ifdef CONFIG_FRAME_POINTER bp = get_frame_pointer(task, segv_regs); #endif if (!stack) sp = get_stack_pointer(task, segv_regs); Loading Loading
arch/um/kernel/sysrq.c +1 −5 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ static const struct stacktrace_ops stackops = { void show_stack(struct task_struct *task, unsigned long *stack) { unsigned long *sp = stack, bp = 0; unsigned long *sp = stack; struct pt_regs *segv_regs = current->thread.segv_regs; int i; Loading @@ -39,10 +39,6 @@ void show_stack(struct task_struct *task, unsigned long *stack) return; } #ifdef CONFIG_FRAME_POINTER bp = get_frame_pointer(task, segv_regs); #endif if (!stack) sp = get_stack_pointer(task, segv_regs); Loading