hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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,