Skip to content

Commit

Permalink
openrisc: Remove obsolete show_trace_task function
Browse files Browse the repository at this point in the history
The function show_trace_task() was removed during linux 2.5 development
and replaced with show_stack().  This was never impemented for openrisc
but must have got in via copying from another architecture.  Just remove
it.

Signed-off-by: Stafford Horne <[email protected]>
  • Loading branch information
stffrdhrn committed Mar 18, 2020
1 parent d95b56c commit 9737e2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/openrisc/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ void show_stack(struct task_struct *task, unsigned long *esp)
unwind_stack(NULL, esp, print_trace);
}

void show_trace_task(struct task_struct *tsk)
{
/*
* TODO: SysRq-T trace dump...
*/
}

void show_registers(struct pt_regs *regs)
{
int i;
Expand Down

0 comments on commit 9737e2c

Please sign in to comment.