aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-xtensa/sigcontext.h
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2008-02-12 15:22:15 -0500
committerChris Zankel <chris@zankel.net>2008-02-13 20:12:15 -0500
commit3befce8f0f79be8322aba885ed052b8ad927913d (patch)
tree37c163b1e2e488fd9dad269570302637201f3ec7 /include/asm-xtensa/sigcontext.h
parent8d7e8240e66cecc84a375aceb26942d02b291198 (diff)
[XTENSA] Remove oldmask from sigcontext and fix register flush
Remove oldmask from the sigcontext structure. Also update wmask and windowstart when we flush the AR registers to stack. Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'include/asm-xtensa/sigcontext.h')
-rw-r--r--include/asm-xtensa/sigcontext.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-xtensa/sigcontext.h b/include/asm-xtensa/sigcontext.h
index e3381cee5059..dff3c54a3c12 100644
--- a/include/asm-xtensa/sigcontext.h
+++ b/include/asm-xtensa/sigcontext.h
@@ -13,9 +13,6 @@
13 13
14 14
15struct sigcontext { 15struct 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;