Skip to content

Commit

Permalink
[PATCH] ppc64: build fix
Browse files Browse the repository at this point in the history
I forgot to include siginfo.h when I added data breakpoint support.  We
must include it in a round-a-bout way in mainline.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Sep 17, 2005
1 parent 9afa57b commit 8a70ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ppc64/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <asm/system.h>
#include <asm/uaccess.h>
#include <asm/kdebug.h>
#include <asm/siginfo.h>

/*
* Check whether the instruction at regs->nip is a store using
Expand Down

0 comments on commit 8a70ce8

Please sign in to comment.