diff options
author | Anton Blanchard <anton@samba.org> | 2005-09-16 19:27:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-17 11:50:01 -0700 |
commit | 8a70ce8a4b1c9d39e0a180173728a8d102274631 (patch) | |
tree | 248248314c8aedd93210618fc988a19c54a68e34 | |
parent | 9afa57b04ca08ff061e54787e3becf5c40283149 (diff) | |
download | linux-3.10-8a70ce8a4b1c9d39e0a180173728a8d102274631.tar.gz linux-3.10-8a70ce8a4b1c9d39e0a180173728a8d102274631.tar.bz2 linux-3.10-8a70ce8a4b1c9d39e0a180173728a8d102274631.zip |
[PATCH] ppc64: build fix
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>
-rw-r--r-- | arch/ppc64/mm/fault.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/mm/fault.c b/arch/ppc64/mm/fault.c index 7fbc68bbb73..be3f25cf3e9 100644 --- a/arch/ppc64/mm/fault.c +++ b/arch/ppc64/mm/fault.c @@ -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 |