xtensa: drop custom PTRACE_{PEEK,POKE}{TEXT,DATA}
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 25 Nov 2018 04:51:52 +0000 (20:51 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 3 Dec 2018 09:39:23 +0000 (01:39 -0800)
commit633f1ffbccc752a867e41f4d312c19ef2c3d1b22
tree3315b45c053da5140d31767cda6ec14286742491
parent44ba57a23cde862dfd98c65fb2cfa0affc05a9ad
xtensa: drop custom PTRACE_{PEEK,POKE}{TEXT,DATA}

Custom implementations of these ptrace calls are the same as generic
implementations. Drop custom code and use generic.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/ptrace.c