Message ID | 1681197468-20658-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive) |
---|---|
Headers | show |
Series | Clean up uprobes for MIPS | expand |
On Tue, Apr 11, 2023 at 03:17:46PM +0800, Tiezhu Yang wrote: > When I read uprobes code of all archs, I found that some code for MIPS > is useless, so do some cleanups. > > Tiezhu Yang (2): > MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBES > MIPS: Remove set_swbp() in uprobes.c > > arch/mips/Kconfig | 3 +-- > arch/mips/kernel/uprobes.c | 18 ------------------ > 2 files changed, 1 insertion(+), 20 deletions(-) series applied to mips-next. Thomas.