Commit 99d6df73 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Provide _mcount as well as mcount.

parent b5395344
......@@ -30,8 +30,9 @@ ovstack:
#endif
.text
.align 32
.globl mcount
.globl mcount, _mcount
mcount:
_mcount:
#ifdef CONFIG_STACK_DEBUG
/*
* Check whether %sp is dangerously low.
......
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