stacktrace: fix modular build, export print_stack_trace and save_stack_trace
authorIngo Molnar <mingo@elte.hu>
Fri, 27 Jun 2008 19:20:17 +0000 (21:20 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 30 Jun 2008 07:20:55 +0000 (09:20 +0200)
commit8594698ebddeef5443b7da8258ae33b3eaca61d5
tree3d775d11b2bc01a0031a716329cfafb95d1cc48f
parent4e6a0535dd036377961027262aecb138099f925d
stacktrace: fix modular build, export print_stack_trace and save_stack_trace

fix:

ERROR: "print_stack_trace" [kernel/backtracetest.ko] undefined!
ERROR: "save_stack_trace" [kernel/backtracetest.ko] undefined!

Signed-off-by: Ingo Molnar <mingo@elte.hu>
and fix:

  Building modules, stage 2.
  MODPOST 376 modules
ERROR: "print_stack_trace" [kernel/backtracetest.ko] undefined!
make[1]: *** [__modpost] Error 1

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/stacktrace.c
kernel/stacktrace.c