Skip to content

Commit

Permalink
OpenRISC: Export dump_stack()
Browse files Browse the repository at this point in the history
dump_stack() is used by modules and needs to be exported.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
  • Loading branch information
Richard Weinberger authored and Jonas Bonn committed Mar 6, 2012
1 parent 0662d33 commit 01c4d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/openrisc/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ void dump_stack(void)

show_stack(current, &stack);
}
EXPORT_SYMBOL(dump_stack);

void show_registers(struct pt_regs *regs)
{
Expand Down

0 comments on commit 01c4d33

Please sign in to comment.