Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

powerpc: move include/asm-ppc64/ptrace-common.h to arch/powerpc/kernel

It's only used by arch/powerpc/kernel/ptrace{,32}.c.

Signed-off-by: Paul Mackerras <paulus@samba.org>

+4 -2
+2 -1
arch/powerpc/kernel/ptrace.c
··· 36 36 #include <asm/page.h> 37 37 #include <asm/pgtable.h> 38 38 #include <asm/system.h> 39 + 39 40 #ifdef CONFIG_PPC64 40 - #include <asm/ptrace-common.h> 41 + #include "ptrace-common.h" 41 42 #endif 42 43 43 44 #ifdef CONFIG_PPC32
+2 -1
arch/powerpc/kernel/ptrace32.c
··· 33 33 #include <asm/page.h> 34 34 #include <asm/pgtable.h> 35 35 #include <asm/system.h> 36 - #include <asm/ptrace-common.h> 36 + 37 + #include "ptrace-common.h" 37 38 38 39 /* 39 40 * does not yet catch signals sent when the child dies.
include/asm-ppc64/ptrace-common.h arch/powerpc/kernel/ptrace-common.h