diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-24 13:48:27 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-24 13:48:27 (GMT) |
commit | f13327864f94c3a0e6acca923df537d20059639f (patch) | |
tree | f1df9a1c198592de4c63bf5f80319c6526e0582c /arch/sh/include/asm | |
parent | 56fd1260a8de3738034588c6e32262960c5b2660 (diff) | |
download | linux-fsl-qoriq-f13327864f94c3a0e6acca923df537d20059639f.tar.xz |
sh: Move the FTRACE_SYSCALL_MAX definition in to asm/ftrace.h.
Needed by ftrace changes in -tip.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r-- | arch/sh/include/asm/ftrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/ftrace.h b/arch/sh/include/asm/ftrace.h index 7e0bcc4..3c2ede3 100644 --- a/arch/sh/include/asm/ftrace.h +++ b/arch/sh/include/asm/ftrace.h @@ -4,6 +4,7 @@ #ifdef CONFIG_FUNCTION_TRACER #define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */ +#define FTRACE_SYSCALL_MAX (NR_syscalls - 1) #ifndef __ASSEMBLY__ extern void mcount(void); |