File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ int handle_popc(u32 insn, struct pt_regs *regs);
40
40
void handle_lddfmna (struct pt_regs * regs , unsigned long sfar , unsigned long sfsr );
41
41
void handle_stdfmna (struct pt_regs * regs , unsigned long sfar , unsigned long sfsr );
42
42
43
+ /* uprobes.c */
44
+ asmlinkage void uprobe_trap (struct pt_regs * regs ,
45
+ unsigned long trap_level );
46
+
43
47
/* smp_64.c */
44
48
void __irq_entry smp_call_function_client (int irq , struct pt_regs * regs );
45
49
void __irq_entry smp_call_function_single_client (int irq , struct pt_regs * regs );
Original file line number Diff line number Diff line change 18
18
19
19
#include <asm/cacheflush.h>
20
20
21
+ #include "kernel.h"
22
+
21
23
/* Compute the address of the breakpoint instruction and return it.
22
24
*
23
25
* Note that uprobe_get_swbp_addr is defined as a weak symbol in
You can’t perform that action at this time.
0 commit comments