summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/aim/trap.c')
-rw-r--r--sys/powerpc/aim/trap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/aim/trap.c b/sys/powerpc/aim/trap.c
index b037185..c6c99db 100644
--- a/sys/powerpc/aim/trap.c
+++ b/sys/powerpc/aim/trap.c
@@ -191,8 +191,6 @@ trap(struct trapframe *frame)
case EXC_FPU:
if ((fputhread = PCPU_GET(fputhread)) != NULL) {
- KASSERT(fputhread != td,
- ("floating-point already enabled"));
save_fpu(fputhread);
}
PCPU_SET(fputhread, td);
OpenPOWER on IntegriCloud