Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core
[deliverable/linux.git] / arch / powerpc / include / asm / ftrace.h
CommitLineData
ccbfac29
SR
1#ifndef _ASM_POWERPC_FTRACE
2#define _ASM_POWERPC_FTRACE
3
395a59d0
AS
4#ifdef CONFIG_FTRACE
5#define MCOUNT_ADDR ((long)(_mcount))
6#define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */
7
8#ifndef __ASSEMBLY__
ccbfac29 9extern void _mcount(void);
395a59d0 10#endif
ccbfac29
SR
11
12#endif
395a59d0
AS
13
14#endif /* _ASM_POWERPC_FTRACE */
This page took 0.059071 seconds and 5 git commands to generate.