Browse Source

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>
Sebastian Siewior 17 years ago
parent
commit
2b7207a6b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/asm-x86/ftrace.h

+ 1 - 1
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))