hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/arch/powerpc/include/asm/debug.h
....@@ -45,7 +45,7 @@
4545 static inline int debugger_fault_handler(struct pt_regs *regs) { return 0; }
4646 #endif
4747
48
-void __set_breakpoint(struct arch_hw_breakpoint *brk);
48
+void __set_breakpoint(int nr, struct arch_hw_breakpoint *brk);
4949 bool ppc_breakpoint_available(void);
5050 #ifdef CONFIG_PPC_ADV_DEBUG_REGS
5151 extern void do_send_trap(struct pt_regs *regs, unsigned long address,