forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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 {