Skip to content

Commit

Permalink
powerpc: move include/asm-ppc64/ptrace-common.h to arch/powerpc/kernel
Browse files Browse the repository at this point in the history
It's only used by arch/powerpc/kernel/ptrace{,32}.c.

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Nov 19, 2005
1 parent f8ef270 commit 21a6290
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion arch/powerpc/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion arch/powerpc/kernel/ptrace32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 21a6290

Please sign in to comment.