Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14500
b: refs/heads/master
c: 21a6290
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Nov 19, 2005
1 parent 6c25d84 commit bde440a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8ef2705969e0409efedeb889445da67806ba9ea
refs/heads/master: 21a6290220679d94912a068c75db2c5cd9c6552a
File renamed without changes.
3 changes: 2 additions & 1 deletion trunk/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 trunk/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 bde440a

Please sign in to comment.