Remove the function show_trace_task() that is not used anywhere.

This was partially found by using a static code analysis program called 
cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqv...@spectrumdigital.se>
---
 arch/mn10300/kernel/traps.c |   14 --------------
 1 file changed, 14 deletions(-)

diff --git a/arch/mn10300/kernel/traps.c b/arch/mn10300/kernel/traps.c
index a7a987c..be67383 100644
--- a/arch/mn10300/kernel/traps.c
+++ b/arch/mn10300/kernel/traps.c
@@ -388,20 +388,6 @@ bad:
 }
 
 /*
- *
- */
-void show_trace_task(struct task_struct *tsk)
-{
-       unsigned long sp = tsk->thread.sp;
-
-       /* User space on another CPU? */
-       if ((sp ^ (unsigned long) tsk) & (PAGE_MASK << 1))
-               return;
-
-       show_trace((unsigned long *) sp);
-}
-
-/*
  * note the untimely death of part of the kernel
  */
 void die(const char *str, struct pt_regs *regs, enum exception_code code)
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to