hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/arch/mips/include/asm/ptrace.h
....@@ -56,11 +56,6 @@
5656 return regs->regs[31];
5757 }
5858
59
-/*
60
- * Don't use asm-generic/ptrace.h it defines FP accessors that don't make
61
- * sense on MIPS. We rather want an error if they get invoked.
62
- */
63
-
6459 static inline void instruction_pointer_set(struct pt_regs *regs,
6560 unsigned long val)
6661 {