X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fkprobes.c;h=7b5169d2b00026272ed26874913c42ff315befb3;hb=8302294f43250dc337108c51882a6007f2b1e2e0;hp=759095d53a06f9e2913663cfedff5f57dc773818;hpb=2e572895bf3203e881356a4039ab0fa428ed2639;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/kernel/kprobes.c b/arch/x86/kernel/kprobes.c index 759095d53a0..7b5169d2b00 100644 --- a/arch/x86/kernel/kprobes.c +++ b/arch/x86/kernel/kprobes.c @@ -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: