diff options
author | Sebastian Siewior <bigeasy@linutronix.de> | 2008-07-16 23:31:17 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-18 13:14:08 +0200 |
commit | 2b7207a6b53bd07be53b4753a3ea5ecb8d180048 (patch) | |
tree | 5c41a19ff29bfe8f7ab7cdc7d1e774ec863c1c9b /include/asm-x86/ftrace.h | |
parent | 29cbeb0e17d9d2ca824f62f71cfa7360b3157112 (diff) |
ftrace: copy + paste typo in asm/ftrace.h
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Cc: Steven Rostedt <srostedt@redhat.co>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/ftrace.h')
-rw-r--r-- | include/asm-x86/ftrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/ftrace.h b/include/asm-x86/ftrace.h index c184441133f..5c68b32ee1c 100644 --- a/include/asm-x86/ftrace.h +++ b/include/asm-x86/ftrace.h @@ -1,5 +1,5 @@ #ifndef _ASM_X86_FTRACE -#define _ASM_SPARC64_FTRACE +#define _ASM_X86_FTRACE #ifdef CONFIG_FTRACE #define MCOUNT_ADDR ((long)(mcount)) |