• Vladimir Simonov's avatar
    [PATCH] ia64: improve show_trace_task() portability · 1e898aaa
    Vladimir Simonov authored
    Trying to port some patches from i386 to ia64 I've found that
    show_trace_task is the only portable way to show tasks' call
    traces(perhaps because it is called from ./kernel/sched.c:)).
    But its ia64 implementation can't work with running task.
    
    Attached patch fixes this issue.
    
    As I understand show_trace and show_stack are platform
    dependent or have different sense/args.
    1e898aaa
process.c 19.5 KB