Skip to content

Commit 9737e2c

Browse files
committed
openrisc: Remove obsolete show_trace_task function
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]>
1 parent d95b56c commit 9737e2c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

arch/openrisc/kernel/traps.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ void show_stack(struct task_struct *task, unsigned long *esp)
5555
unwind_stack(NULL, esp, print_trace);
5656
}
5757

58-
void show_trace_task(struct task_struct *tsk)
59-
{
60-
/*
61-
* TODO: SysRq-T trace dump...
62-
*/
63-
}
64-
6558
void show_registers(struct pt_regs *regs)
6659
{
6760
int i;

0 commit comments

Comments
 (0)