diff options
Diffstat (limited to 'arch/s390/include/asm/ftrace.h')
-rw-r--r-- | arch/s390/include/asm/ftrace.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/s390/include/asm/ftrace.h b/arch/s390/include/asm/ftrace.h index ba23d8f97d07..96c14a9102b8 100644 --- a/arch/s390/include/asm/ftrace.h +++ b/arch/s390/include/asm/ftrace.h | |||
@@ -11,11 +11,13 @@ struct dyn_arch_ftrace { }; | |||
11 | #define MCOUNT_ADDR ((long)_mcount) | 11 | #define MCOUNT_ADDR ((long)_mcount) |
12 | 12 | ||
13 | #ifdef CONFIG_64BIT | 13 | #ifdef CONFIG_64BIT |
14 | #define MCOUNT_INSN_SIZE 24 | 14 | #define MCOUNT_OFFSET_RET 18 |
15 | #define MCOUNT_OFFSET 14 | 15 | #define MCOUNT_INSN_SIZE 24 |
16 | #define MCOUNT_OFFSET 14 | ||
16 | #else | 17 | #else |
17 | #define MCOUNT_INSN_SIZE 30 | 18 | #define MCOUNT_OFFSET_RET 26 |
18 | #define MCOUNT_OFFSET 8 | 19 | #define MCOUNT_INSN_SIZE 30 |
20 | #define MCOUNT_OFFSET 8 | ||
19 | #endif | 21 | #endif |
20 | 22 | ||
21 | static inline unsigned long ftrace_call_adjust(unsigned long addr) | 23 | static inline unsigned long ftrace_call_adjust(unsigned long addr) |