linux/arch/powerpc/kernel/ptrace
Michal Suchanek 0a7601b6ff powerpc/64: make buildable without CONFIG_COMPAT
There are numerous references to 32bit functions in generic and 64bit
code so ifdef them out.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/e5619617020ef3a1f54f0c076e7d74cb9ec9f3bf.1584699455.git.msuchanek@suse.de
2020-04-03 00:10:00 +11:00
..
Makefile powerpc/64: make buildable without CONFIG_COMPAT 2020-04-03 00:10:00 +11:00
ptrace-adv.c powerpc/ptrace: create ppc_gethwdinfo() 2020-04-01 14:30:49 +11:00
ptrace-altivec.c powerpc/ptrace: split out ALTIVEC related functions. 2020-04-01 14:30:48 +11:00
ptrace-decl.h powerpc/ptrace: create ppc_gethwdinfo() 2020-04-01 14:30:49 +11:00
ptrace-noadv.c powerpc/ptrace: create ppc_gethwdinfo() 2020-04-01 14:30:49 +11:00
ptrace-novsx.c powerpc/ptrace: split out VSX related functions. 2020-04-01 14:30:48 +11:00
ptrace-spe.c powerpc/ptrace: split out SPE related functions. 2020-04-01 14:30:48 +11:00
ptrace-tm.c powerpc/ptrace: split out TRANSACTIONAL_MEM related functions. 2020-04-01 14:30:48 +11:00
ptrace-view.c powerpc/ptrace: move register viewing functions out of ptrace.c 2020-04-01 14:30:48 +11:00
ptrace-vsx.c powerpc/ptrace: split out VSX related functions. 2020-04-01 14:30:48 +11:00
ptrace.c powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c 2020-04-01 14:30:49 +11:00
ptrace32.c