summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/sigcontext.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-04-28 01:09:25 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-04-28 01:09:25 +0000
commitb9ba7aeb165cffecdffb60aec8c3fa8d590d9ca9 (patch)
tree42d07b0c7246ae2536a702e7c5de9e2732341116 /include/asm-sh/sigcontext.h
parent7406b0a326f2d70ade2671c37d1beef62249db97 (diff)
Merge with 2.3.99-pre6.
Diffstat (limited to 'include/asm-sh/sigcontext.h')
-rw-r--r--include/asm-sh/sigcontext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-sh/sigcontext.h b/include/asm-sh/sigcontext.h
index 6f61ed38c..1378ba93c 100644
--- a/include/asm-sh/sigcontext.h
+++ b/include/asm-sh/sigcontext.h
@@ -6,12 +6,12 @@ struct sigcontext {
/* CPU registers */
unsigned long sc_regs[16];
+ unsigned long sc_pc;
+ unsigned long sc_pr;
+ unsigned long sc_sr;
unsigned long sc_gbr;
unsigned long sc_mach;
unsigned long sc_macl;
- unsigned long sc_pr;
- unsigned long sc_sr;
- unsigned long sc_pc;
#if defined(__SH4__)
/* FPU registers */