summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/signal.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-16 23:49:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-16 23:49:48 +0000
commit4c3ee3bc825b44e31dd265ae0db047015e86da6b (patch)
tree7177501c70e488ac5260c2bcd0c5b6ca2644702c /sys/arch/mvme88k/include/signal.h
parent9e602379a914ff34ca6650a265b85e6ffe484b2d (diff)
Revert the mvme88k to 20011212. Recent changes had not been merged correctly,
and I am fed up with dissecting diffs to put back code that disappeared. This will likely be fixed shortly.
Diffstat (limited to 'sys/arch/mvme88k/include/signal.h')
-rw-r--r--sys/arch/mvme88k/include/signal.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/sys/arch/mvme88k/include/signal.h b/sys/arch/mvme88k/include/signal.h
index 618f3a694c8..faf251b5874 100644
--- a/sys/arch/mvme88k/include/signal.h
+++ b/sys/arch/mvme88k/include/signal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: signal.h,v 1.7 2001/12/13 08:55:51 smurph Exp $ */
+/* $OpenBSD: signal.h,v 1.8 2001/12/16 23:49:46 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* All rights reserved.
@@ -55,25 +55,15 @@ struct sigcontext {
int sc_fpsr;
int sc_fpcr;
int sc_ssbr;
-#define sc_duap sc_ssbr /* mc88110 */
int sc_dmt0;
-#define sc_dsr sc_dmt0 /* mc88110 */
int sc_dmd0;
-#define sc_dlar sc_dmd0 /* mc88110 */
int sc_dma0;
-#define sc_dpar sc_dma0 /* mc88110 */
int sc_dmt1;
-#define sc_isr sc_dmt1 /* mc88110 */
int sc_dmd1;
-#define sc_ilar sc_dmd1 /* mc88110 */
int sc_dma1;
-#define sc_ipar sc_dma1 /* mc88110 */
int sc_dmt2;
-#define sc_isap sc_dmt2 /* mc88110 */
int sc_dmd2;
-#define sc_dsap sc_dmd2 /* mc88110 */
int sc_dma2;
-#define sc_iuap sc_dma2 /* mc88110 */
int sc_fpecr;
int sc_fphs1;
int sc_fpls1;
@@ -83,6 +73,6 @@ struct sigcontext {
int sc_fprh;
int sc_fprl;
int sc_fpit;
- int sc_xxxx; /* pad to double word boundary */
+ int sc_xxxx; /* padd to double word boundary */
};
#endif /* __MACHINE_SIGNAL_H__ */