ftrace: nmi safe code clean ups
[linux-2.6] / arch / sh / include / asm / ftrace.h
1 #ifndef __ASM_SH_FTRACE_H
2 #define __ASM_SH_FTRACE_H
3
4 #ifndef __ASSEMBLY__
5 static inline void ftrace_nmi_enter(void) { }
6 static inline void ftrace_nmi_exit(void) { }
7 #endif
8
9 #ifndef __ASSEMBLY__
10 extern void mcount(void);
11 #endif
12
13 #endif /* __ASM_SH_FTRACE_H */