diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/s390/include/asm/ftrace.h')
-rw-r--r-- | ANDROID_3.4.5/arch/s390/include/asm/ftrace.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ANDROID_3.4.5/arch/s390/include/asm/ftrace.h b/ANDROID_3.4.5/arch/s390/include/asm/ftrace.h deleted file mode 100644 index b7931faa..00000000 --- a/ANDROID_3.4.5/arch/s390/include/asm/ftrace.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef _ASM_S390_FTRACE_H -#define _ASM_S390_FTRACE_H - -#ifndef __ASSEMBLY__ - -extern void _mcount(void); - -struct dyn_arch_ftrace { }; - -#define MCOUNT_ADDR ((long)_mcount) - -#ifdef CONFIG_64BIT -#define MCOUNT_INSN_SIZE 12 -#else -#define MCOUNT_INSN_SIZE 20 -#endif - -static inline unsigned long ftrace_call_adjust(unsigned long addr) -{ - return addr; -} - -#endif /* __ASSEMBLY__ */ -#endif /* _ASM_S390_FTRACE_H */ |