]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/kprobes.h
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid
[linux-2.6] / include / asm-powerpc / kprobes.h
index 3a5dd492588fed5560206c2e850825e79ce3ab64..f850ca7020ed4becd50d98a85742f536d7a94805 100644 (file)
@@ -87,6 +87,11 @@ extern void arch_remove_kprobe(struct kprobe *p);
 struct arch_specific_insn {
        /* copy of original instruction */
        kprobe_opcode_t *insn;
+       /*
+        * Set in kprobes code, initially to 0. If the instruction can be
+        * eumulated, this is set to 1, if not, to -1.
+        */
+       int boostable;
 };
 
 struct prev_kprobe {