diff options
Diffstat (limited to 'arch/arm/kernel/probes.c')
-rw-r--r-- | arch/arm/kernel/probes.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/kernel/probes.c b/arch/arm/kernel/probes.c index c1cdc0d27e05..92d359a22843 100644 --- a/arch/arm/kernel/probes.c +++ b/arch/arm/kernel/probes.c | |||
@@ -76,7 +76,7 @@ void __init test_alu_write_pc_interworking(void) | |||
76 | #endif /* !test_alu_write_pc_interworking */ | 76 | #endif /* !test_alu_write_pc_interworking */ |
77 | 77 | ||
78 | 78 | ||
79 | void __init arm_kprobe_decode_init(void) | 79 | void __init arm_probes_decode_init(void) |
80 | { | 80 | { |
81 | find_str_pc_offset(); | 81 | find_str_pc_offset(); |
82 | test_load_write_pc_interworking(); | 82 | test_load_write_pc_interworking(); |
@@ -175,13 +175,13 @@ probes_check_cc * const probes_condition_checks[16] = { | |||
175 | }; | 175 | }; |
176 | 176 | ||
177 | 177 | ||
178 | void __kprobes kprobe_simulate_nop(probes_opcode_t opcode, | 178 | void __kprobes probes_simulate_nop(probes_opcode_t opcode, |
179 | struct arch_specific_insn *asi, | 179 | struct arch_specific_insn *asi, |
180 | struct pt_regs *regs) | 180 | struct pt_regs *regs) |
181 | { | 181 | { |
182 | } | 182 | } |
183 | 183 | ||
184 | void __kprobes kprobe_emulate_none(probes_opcode_t opcode, | 184 | void __kprobes probes_emulate_none(probes_opcode_t opcode, |
185 | struct arch_specific_insn *asi, | 185 | struct arch_specific_insn *asi, |
186 | struct pt_regs *regs) | 186 | struct pt_regs *regs) |
187 | { | 187 | { |