diff options
author | Christoph Hellwig <hch@lst.de> | 2019-06-24 07:47:28 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-07-01 17:51:40 +0200 |
commit | 7f3a8dff1219fba3076fe207972d1d7893c099bb (patch) | |
tree | 8fff9fa31d335e6f4d43263ca90b32714681f974 /arch/mips | |
parent | 79f2562c326e0731f9c9f089d47c89399ad732e2 (diff) | |
download | linux-7f3a8dff1219fba3076fe207972d1d7893c099bb.tar.bz2 |
asm-generic: remove ptrace.h
No one is using this header anymore.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/ptrace.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/include/asm/ptrace.h b/arch/mips/include/asm/ptrace.h index b6578611dddb..1e76774b36dd 100644 --- a/arch/mips/include/asm/ptrace.h +++ b/arch/mips/include/asm/ptrace.h @@ -56,11 +56,6 @@ static inline unsigned long kernel_stack_pointer(struct pt_regs *regs) return regs->regs[31]; } -/* - * Don't use asm-generic/ptrace.h it defines FP accessors that don't make - * sense on MIPS. We rather want an error if they get invoked. - */ - static inline void instruction_pointer_set(struct pt_regs *regs, unsigned long val) { |