X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc64%2Fsigcontext.h;h=6f8aee768c5e9413627490ef805bce9ecc10c5b9;hb=4e4f43fe003969bdaa246374b90e16708a22ef79;hp=86cd52556e301df8fcd5786d34b2f8f012052ada;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/asm-ppc64/sigcontext.h b/include/asm-ppc64/sigcontext.h index 86cd52556..6f8aee768 100644 --- a/include/asm-ppc64/sigcontext.h +++ b/include/asm-ppc64/sigcontext.h @@ -7,7 +7,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ - +#include #include #include @@ -18,7 +18,7 @@ struct sigcontext { int _pad0; unsigned long handler; unsigned long oldmask; - struct pt_regs *regs; + struct pt_regs __user *regs; elf_gregset_t gp_regs; elf_fpregset_t fp_regs; /* @@ -40,7 +40,7 @@ struct sigcontext { * The entry with index 33 contains the vrsave as the first word (offset 0) * within the quadword. */ - elf_vrreg_t *v_regs; + elf_vrreg_t __user *v_regs; long vmx_reserve[ELF_NVRREG+ELF_NVRREG+1]; };