X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fucontext.h;h=e4e22669edc0669c55c1edc9a1947664b3c1d4bc;hb=70790a4b5cd6c0291e5b1a2836e2832d46036ac6;hp=fb6d732ad7b24d575aabe70010f7aac373c669d3;hpb=413ba3004a4036bb5d6e52d2faa2b19cb13561dc;p=linux-2.6.git diff --git a/include/asm-m68k/ucontext.h b/include/asm-m68k/ucontext.h index fb6d732ad..e4e22669e 100644 --- a/include/asm-m68k/ucontext.h +++ b/include/asm-m68k/ucontext.h @@ -6,10 +6,8 @@ typedef int greg_t; typedef greg_t gregset_t[NGREG]; typedef struct fpregset { - int f_pcr; - int f_psr; - int f_fpiaddr; - int f_fpregs[8][3]; + int f_fpcntl[3]; + int f_fpregs[8*3]; } fpregset_t; struct mcontext {