Re: FP in kernelspace

From: Jan Engelhardt
Date: Sun Jul 30 2006 - 14:17:21 EST


> kernel_fpu_begin();
> c = d * 3.14;
> kernel_fpu_end();

static inline void kernel_fpu_begin() {
...
preempt_disable();
...
}


Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/