Skip to content

Commit

Permalink
Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into…
Browse files Browse the repository at this point in the history
… fixes
  • Loading branch information
Russell King committed Apr 29, 2011
2 parents ef26750 + cdc2536 commit 408133e
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 321 deletions.
3 changes: 3 additions & 0 deletions arch/arm/include/asm/kprobes.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ typedef u32 kprobe_opcode_t;
struct kprobe;
typedef void (kprobe_insn_handler_t)(struct kprobe *, struct pt_regs *);

typedef unsigned long (kprobe_check_cc)(unsigned long);

/* Architecture specific copy of original instruction. */
struct arch_specific_insn {
kprobe_opcode_t *insn;
kprobe_insn_handler_t *insn_handler;
kprobe_check_cc *insn_check_cc;
};

struct prev_kprobe {
Expand Down

0 comments on commit 408133e

Please sign in to comment.