aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-xtensa/sigcontext.h
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2008-02-12 12:22:15 -0800
committerChris Zankel <chris@zankel.net>2008-02-13 17:12:15 -0800
commit3befce8f0f79be8322aba885ed052b8ad927913d (patch)
tree37c163b1e2e488fd9dad269570302637201f3ec7 /include/asm-xtensa/sigcontext.h
parent[XTENSA] Clean up elf-gregset. (diff)
downloadlinux-dev-3befce8f0f79be8322aba885ed052b8ad927913d.tar.xz
linux-dev-3befce8f0f79be8322aba885ed052b8ad927913d.zip
[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 '')
-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 @@
struct sigcontext {
- unsigned long oldmask;
-
- /* CPU registers */
unsigned long sc_pc;
unsigned long sc_ps;
unsigned long sc_lbeg;