summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/ftrace.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2014-10-07 13:45:10 (GMT)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2014-10-09 07:14:18 (GMT)
commit53255c9a4dade6ff2162121430d13aaadb38a69c (patch)
tree1f6514d2397a3a10922abbdda3c59f792147a5c2 /arch/s390/include/asm/ftrace.h
parenta62bc0739253939d6fce40d51d92412252a9bb55 (diff)
downloadlinux-53255c9a4dade6ff2162121430d13aaadb38a69c.tar.xz
s390/ftrace: remove 31 bit ftrace support
31 bit and 64 bit diverge more and more and it is rather painful to keep both parts running. To make things simpler just remove the 31 bit support which nobody uses anyway. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/ftrace.h')
-rw-r--r--arch/s390/include/asm/ftrace.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/s390/include/asm/ftrace.h b/arch/s390/include/asm/ftrace.h
index d419362..3aef8af 100644
--- a/arch/s390/include/asm/ftrace.h
+++ b/arch/s390/include/asm/ftrace.h
@@ -18,14 +18,8 @@ static inline unsigned long ftrace_call_adjust(unsigned long addr)
#endif /* __ASSEMBLY__ */
-#ifdef CONFIG_64BIT
#define MCOUNT_INSN_SIZE 18
-#else
-#define MCOUNT_INSN_SIZE 22
-#endif
-#ifdef CONFIG_64BIT
#define ARCH_SUPPORTS_FTRACE_OPS 1
-#endif
#endif /* _ASM_S390_FTRACE_H */