diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-12-08 18:39:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-12-08 18:39:51 +0000 |
commit | d436addf2cf49ebd1f390455dd0992329069d373 (patch) | |
tree | c2f7115448d5e4f6840eb26bd097d167ff6644e5 /sys/arch/aviion | |
parent | af09b4aef208a3f14afa115006e61273a8640324 (diff) |
Better siginfo fault codes for floating point exceptions on 88110, with
more work in progress to handle these exceptions correctly, and document
a new undocumented and evil chip bug while there.
Diffstat (limited to 'sys/arch/aviion')
-rw-r--r-- | sys/arch/aviion/include/fpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/aviion/include/fpu.h b/sys/arch/aviion/include/fpu.h new file mode 100644 index 00000000000..fa7b95f0fab --- /dev/null +++ b/sys/arch/aviion/include/fpu.h @@ -0,0 +1,3 @@ +/* $OpenBSD: fpu.h,v 1.1 2007/12/08 18:39:49 miod Exp $ */ +/* public domain */ +#include <m88k/fpu.h> |