diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-02-18 13:57:44 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-02-18 13:57:44 +0300 |
commit | b0c2793bad0b5f10be2fc5f56df827e0c1bbf4af (patch) | |
tree | 24804eddf68937e1f6022e703393248c4da87dbc /arch/mips/include/asm/ptrace.h | |
parent | fa07eca8d8c6567e0f5a8d36dcf776fa0aa2f6f4 (diff) | |
download | linux-b0c2793bad0b5f10be2fc5f56df827e0c1bbf4af.tar.xz |
Revert "MIPS: Add basic support for ptrace single step"
This reverts commit 7c86ff9925cbc83e8a21f164a8fdc2767e03531e.
There are too many special cases for MIPS not covered by this patch.
In the end it might be better to implement single stepping in userland
than emulating it in the kernel.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/ptrace.h')
-rw-r--r-- | arch/mips/include/asm/ptrace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/ptrace.h b/arch/mips/include/asm/ptrace.h index c733daefd015..daf3cf244ea9 100644 --- a/arch/mips/include/asm/ptrace.h +++ b/arch/mips/include/asm/ptrace.h @@ -186,6 +186,4 @@ static inline void user_stack_pointer_set(struct pt_regs *regs, regs->regs[29] = val; } -#define arch_has_single_step() (1) - #endif /* _ASM_PTRACE_H */ |