Skip to content
Commit 9212ddb5 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

stacktrace: provide save_stack_trace_tsk() weak alias



Impact: build fix

Some architectures have not implemented save_stack_trace_tsk() yet:

  fs/built-in.o: In function `proc_pid_stack':
  base.c:(.text+0x3f140): undefined reference to `save_stack_trace_tsk'

So warn about that if the facility is used.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 4a6908a3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment