kernel/arch/mips/include/asm/ptrace.h
.. .. @@ -56,11 +56,6 @@ 56 56 return regs->regs[31]; 57 57 } 58 58 59 -/*60 - * Don't use asm-generic/ptrace.h it defines FP accessors that don't make61 - * sense on MIPS. We rather want an error if they get invoked.62 - */63 -64 59 static inline void instruction_pointer_set(struct pt_regs *regs, 65 60 unsigned long val) 66 61 {