]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/ftrace.c
x86: suppress trivial sparse signedness warnings
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / ftrace.c
index 082d996426226441360d912d55254ce07a96346b..66d900248fc2b38ac17c990c119f70ec125c7446 100644 (file)
@@ -22,7 +22,7 @@
 
 
 /* Long is fine, even if it is only 4 bytes ;-) */
-static long *ftrace_nop;
+static unsigned long *ftrace_nop;
 
 union ftrace_code_union {
        char code[MCOUNT_INSN_SIZE];