aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/ftrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c
index 082d99642622..66d900248fc2 100644
--- a/arch/x86/kernel/ftrace.c
+++ b/arch/x86/kernel/ftrace.c
@@ -22,7 +22,7 @@
22 22
23 23
24/* Long is fine, even if it is only 4 bytes ;-) */ 24/* Long is fine, even if it is only 4 bytes ;-) */
25static long *ftrace_nop; 25static unsigned long *ftrace_nop;
26 26
27union ftrace_code_union { 27union ftrace_code_union {
28 char code[MCOUNT_INSN_SIZE]; 28 char code[MCOUNT_INSN_SIZE];