blob: d27716cd38c1ac0243a74104f3106850d24397b1 [file] [log] [blame]
Abhishek Sagar395a59d2008-06-21 23:47:27 +05301#ifndef _ASM_SPARC64_FTRACE
2#define _ASM_SPARC64_FTRACE
3
Ingo Molnar760378e2008-07-01 17:35:06 +02004#ifdef CONFIG_MCOUNT
Abhishek Sagar395a59d2008-06-21 23:47:27 +05305#define MCOUNT_ADDR ((long)(_mcount))
6#define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */
7
8#ifndef __ASSEMBLY__
9extern void _mcount(void);
10#endif
11
12#endif
13
14#endif /* _ASM_SPARC64_FTRACE */