+12
−98
arch/sh/include/asm/ptrace_32.h
0 → 100644
+83
−0
arch/sh/include/asm/ptrace_64.h
0 → 100644
+20
−0
Loading
asm/ptrace.h is getting a bit messy, with the _32/_64-specific changes
being fairly insular. This splits out the header accordingly.
Signed-off-by:
Paul Mundt <lethal@linux-sh.org>