Commit dfab7470 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: implement dump_stack

parent bab6099a
......@@ -112,4 +112,6 @@ do { \
print_backtrace(_get_SP()); \
} while (0)
#define dump_stack() show_stack()
#endif /* __ASM_HARDIRQ_H */
Markdown is supported
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