diff options
Diffstat (limited to 'include/asm-xtensa/sigcontext.h')
| -rw-r--r-- | include/asm-xtensa/sigcontext.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-xtensa/sigcontext.h b/include/asm-xtensa/sigcontext.h index e3381cee5059..03383af8c3b7 100644 --- a/include/asm-xtensa/sigcontext.h +++ b/include/asm-xtensa/sigcontext.h | |||
| @@ -13,9 +13,6 @@ | |||
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | struct sigcontext { | 15 | struct sigcontext { |
| 16 | unsigned long oldmask; | ||
| 17 | |||
| 18 | /* CPU registers */ | ||
| 19 | unsigned long sc_pc; | 16 | unsigned long sc_pc; |
| 20 | unsigned long sc_ps; | 17 | unsigned long sc_ps; |
| 21 | unsigned long sc_lbeg; | 18 | unsigned long sc_lbeg; |
| @@ -25,6 +22,7 @@ struct sigcontext { | |||
| 25 | unsigned long sc_acclo; | 22 | unsigned long sc_acclo; |
| 26 | unsigned long sc_acchi; | 23 | unsigned long sc_acchi; |
| 27 | unsigned long sc_a[16]; | 24 | unsigned long sc_a[16]; |
| 25 | void *sc_xtregs; | ||
| 28 | }; | 26 | }; |
| 29 | 27 | ||
| 30 | #endif /* _XTENSA_SIGCONTEXT_H */ | 28 | #endif /* _XTENSA_SIGCONTEXT_H */ |
