Revert "MIPS: Add basic support for ptrace single step"
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 18 Feb 2021 10:57:44 +0000 (11:57 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 18 Feb 2021 10:57:44 +0000 (11:57 +0100)
commitb0c2793bad0b5f10be2fc5f56df827e0c1bbf4af
tree24804eddf68937e1f6022e703393248c4da87dbc
parentfa07eca8d8c6567e0f5a8d36dcf776fa0aa2f6f4
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>
arch/mips/include/asm/ptrace.h
arch/mips/include/asm/thread_info.h
arch/mips/kernel/ptrace.c
arch/mips/kernel/signal.c