powerpc: Move ptrace into a subdirectory.
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 28 Feb 2020 00:14:37 +0000 (00:14 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 1 Apr 2020 03:30:41 +0000 (14:30 +1100)
commitda9a1c10e2c7311e923210b6ccd9fbd1ac9132df
treebe0aa14d776e4c70b05744913240d1f6d33e9a7d
parent5f0b6ac3905fc961f3b685a08eb4962ff071ea7d
powerpc: Move ptrace into a subdirectory.

In order to allow splitting of ptrace depending on the different
CONFIG_ options, create a subdirectory dedicated to ptrace and move
ptrace.c and ptrace32.c into it.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/9ebcbe37834e9d447dd97f4381084795a673260c.1582848567.git.christophe.leroy@c-s.fr
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/ptrace/Makefile [new file with mode: 0644]
arch/powerpc/kernel/ptrace/ptrace.c [moved from arch/powerpc/kernel/ptrace.c with 100% similarity]
arch/powerpc/kernel/ptrace/ptrace32.c [moved from arch/powerpc/kernel/ptrace32.c with 100% similarity]