kernel/arch/powerpc/include/asm/debug.h
.. .. @@ -45,7 +45,7 @@ 45 45 static inline int debugger_fault_handler(struct pt_regs *regs) { return 0; } 46 46 #endif 47 47 48 -void __set_breakpoint(struct arch_hw_breakpoint *brk);48 +void __set_breakpoint(int nr, struct arch_hw_breakpoint *brk);49 49 bool ppc_breakpoint_available(void); 50 50 #ifdef CONFIG_PPC_ADV_DEBUG_REGS 51 51 extern void do_send_trap(struct pt_regs *regs, unsigned long address,