hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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,