Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / arch / parisc / include / asm / ftrace.h
1 #ifndef _ASM_PARISC_FTRACE_H
2 #define _ASM_PARISC_FTRACE_H
3
4 #ifndef __ASSEMBLY__
5 extern void mcount(void);
6
7 #define MCOUNT_INSN_SIZE 4
8
9 extern unsigned long return_address(unsigned int);
10
11 #define ftrace_return_address(n) return_address(n)
12
13 #endif /* __ASSEMBLY__ */
14
15 #endif /* _ASM_PARISC_FTRACE_H */
This page took 0.045609 seconds and 6 git commands to generate.