aboutsummaryrefslogtreecommitdiff
path: root/include/asm-xtensa/sigcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-xtensa/sigcontext.h')
-rw-r--r--include/asm-xtensa/sigcontext.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-xtensa/sigcontext.h b/include/asm-xtensa/sigcontext.h
index e3381cee505..03383af8c3b 100644
--- a/include/asm-xtensa/sigcontext.h
+++ b/include/asm-xtensa/sigcontext.h
@@ -13,9 +13,6 @@
struct sigcontext {
- unsigned long oldmask;
-
- /* CPU registers */
unsigned long sc_pc;
unsigned long sc_ps;
unsigned long sc_lbeg;
@@ -25,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 */