summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/fpu/fpu_explode.c
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-14 04:42:38 +0000
committerian <ian@FreeBSD.org>2014-05-14 04:42:38 +0000
commit9277bb1a2b74a398eb2fd572785d2d6db451d8c1 (patch)
tree1db333efac7875c8cb26cb76df9eecc9a08af919 /sys/powerpc/fpu/fpu_explode.c
parentd168d59495df2455ad00bf4c5663f265523c3691 (diff)
downloadFreeBSD-src-9277bb1a2b74a398eb2fd572785d2d6db451d8c1.zip
FreeBSD-src-9277bb1a2b74a398eb2fd572785d2d6db451d8c1.tar.gz
MFC r258247, r258250, r258257
Remove a pointless #ifdef AIM. This is just PPC64 specific, including 64-bit Book-E. Make single precision floating point arithmetic actually work Split the function of the PCB_FPU flags into two: PCB_FPU now indicates that the actual FPU is enabled, while PCB_FPREGS indicates that the FPU state structure in the PCB is valid.
Diffstat (limited to 'sys/powerpc/fpu/fpu_explode.c')
-rw-r--r--sys/powerpc/fpu/fpu_explode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/fpu/fpu_explode.c b/sys/powerpc/fpu/fpu_explode.c
index d2646fc..91d92b3 100644
--- a/sys/powerpc/fpu/fpu_explode.c
+++ b/sys/powerpc/fpu/fpu_explode.c
@@ -235,6 +235,7 @@ fpu_explode(struct fpemu *fe, struct fpn *fp, int type, int reg)
s = fpu_dtof(fp, s, space[1]);
break;
+ default:
panic("fpu_explode");
panic("fpu_explode: invalid type %d", type);
}
OpenPOWER on IntegriCloud