]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/kprobes.c
regulator: get_status() grows kerneldoc
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / kprobes.c
index 4558dd3918cf3ec66263d7ac8e705acb4a5ea5a9..55b94614e34845cbab6e340754295e0d74462fa8 100644 (file)
@@ -193,7 +193,7 @@ static int __kprobes can_boost(kprobe_opcode_t *opcodes)
        kprobe_opcode_t opcode;
        kprobe_opcode_t *orig_opcodes = opcodes;
 
-       if (search_exception_tables(opcodes))
+       if (search_exception_tables((unsigned long)opcodes))
                return 0;       /* Page fault may occur on this address. */
 
 retry: