git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a6908a
)
stacktrace: provide save_stack_trace_tsk() weak alias
author
Ingo Molnar
<mingo@elte.hu>
Thu, 25 Dec 2008 10:21:20 +0000
(11:21 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 25 Dec 2008 10:44:43 +0000
(11:44 +0100)
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: Ingo Molnar <mingo@elte.hu>
No differences found