]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc: move include/asm-ppc64/ptrace-common.h to arch/powerpc/kernel
authorPaul Mackerras <paulus@samba.org>
Sat, 19 Nov 2005 09:47:22 +0000 (20:47 +1100)
committerPaul Mackerras <paulus@samba.org>
Sat, 19 Nov 2005 09:47:22 +0000 (20:47 +1100)
It's only used by arch/powerpc/kernel/ptrace{,32}.c.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/ptrace-common.h [moved from include/asm-ppc64/ptrace-common.h with 100% similarity]
arch/powerpc/kernel/ptrace.c
arch/powerpc/kernel/ptrace32.c

index 3d2abd95c7aea05b23cfb8e9cc8db69ffd9e9838..400793c7130466bc535f02fff0acc32db9b833c2 100644 (file)
@@ -36,8 +36,9 @@
 #include <asm/page.h>
 #include <asm/pgtable.h>
 #include <asm/system.h>
+
 #ifdef CONFIG_PPC64
-#include <asm/ptrace-common.h>
+#include "ptrace-common.h"
 #endif
 
 #ifdef CONFIG_PPC32
index 91eb952e0293c63d40580f0b82cde0068a60b140..61762640b8775ea1d1bfb7acb9f22c5b865708b5 100644 (file)
@@ -33,7 +33,8 @@
 #include <asm/page.h>
 #include <asm/pgtable.h>
 #include <asm/system.h>
-#include <asm/ptrace-common.h>
+
+#include "ptrace-common.h"
 
 /*
  * does not yet catch signals sent when the child dies.