summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m88k/include/reg.h')
-rw-r--r--sys/arch/m88k/include/reg.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/sys/arch/m88k/include/reg.h b/sys/arch/m88k/include/reg.h
index 17fc16546e5..c1c16474662 100644
--- a/sys/arch/m88k/include/reg.h
+++ b/sys/arch/m88k/include/reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: reg.h,v 1.1 2004/04/26 12:34:05 miod Exp $ */
+/* $OpenBSD: reg.h,v 1.2 2005/05/16 11:47:14 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -35,8 +35,8 @@
#define _M88K_REG_H_
struct reg {
- unsigned int r[32]; /* 0 - 31 */
- unsigned int epsr; /* 32 */
+ unsigned int r[32];
+ unsigned int epsr;
unsigned int fpsr;
unsigned int fpcr;
unsigned int sxip;
@@ -75,16 +75,4 @@ struct reg {
unsigned int fpit;
};
-struct fpreg {
- unsigned int fp_fpecr;
- unsigned int fp_fphs1;
- unsigned int fp_fpls1;
- unsigned int fp_fphs2;
- unsigned int fp_fpls2;
- unsigned int fp_fppt;
- unsigned int fp_fprh;
- unsigned int fp_fprl;
- unsigned int fp_fpit;
-};
-
#endif /* _M88K_REG_H_ */