X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fkprobes.h;h=8e44d7305fef91012196b0f73d793b927b47d227;hb=2201f59fee9b0f5bc6cf1dc729ab9900de423ced;hp=dce6e4dbeda7639bc87eca49e9102a41c0f01c89;hpb=02ebbbd481635fd3ce7018e5bb19c18c0f1e4561;p=pandora-kernel.git diff --git a/include/linux/kprobes.h b/include/linux/kprobes.h index dce6e4dbeda7..8e44d7305fef 100644 --- a/include/linux/kprobes.h +++ b/include/linux/kprobes.h @@ -292,7 +292,9 @@ extern int proc_kprobes_optimization_handler(struct ctl_table *table, int write, void __user *buffer, size_t *length, loff_t *ppos); #endif - +extern void wait_for_kprobe_optimizer(void); +#else +static inline void wait_for_kprobe_optimizer(void) { } #endif /* CONFIG_OPTPROBES */ /* Get the kprobe at this addr (if any) - called with preemption disabled */