diff options
Diffstat (limited to 'include/asm-ppc64/kprobes.h')
-rw-r--r-- | include/asm-ppc64/kprobes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/kprobes.h b/include/asm-ppc64/kprobes.h index 19b468bed059..790cf7c52774 100644 --- a/include/asm-ppc64/kprobes.h +++ b/include/asm-ppc64/kprobes.h | |||
@@ -45,7 +45,7 @@ typedef unsigned int kprobe_opcode_t; | |||
45 | /* Architecture specific copy of original instruction */ | 45 | /* Architecture specific copy of original instruction */ |
46 | struct arch_specific_insn { | 46 | struct arch_specific_insn { |
47 | /* copy of original instruction */ | 47 | /* copy of original instruction */ |
48 | kprobe_opcode_t insn[MAX_INSN_SIZE]; | 48 | kprobe_opcode_t *insn; |
49 | }; | 49 | }; |
50 | 50 | ||
51 | #ifdef CONFIG_KPROBES | 51 | #ifdef CONFIG_KPROBES |