X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-xtensa%2Fsigcontext.h;h=03383af8c3b789f94920983f57c976aeb1b8094a;hb=191cd582500f49b32a63040fedeebb0168c720af;hp=dff3c54a3c121f1a93a308de4e57facc9f10964e;hpb=3befce8f0f79be8322aba885ed052b8ad927913d;p=linux-2.6 diff --git a/include/asm-xtensa/sigcontext.h b/include/asm-xtensa/sigcontext.h index dff3c54a3c..03383af8c3 100644 --- a/include/asm-xtensa/sigcontext.h +++ b/include/asm-xtensa/sigcontext.h @@ -22,6 +22,7 @@ struct sigcontext { unsigned long sc_acclo; unsigned long sc_acchi; unsigned long sc_a[16]; + void *sc_xtregs; }; #endif /* _XTENSA_SIGCONTEXT_H */