forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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,