Re: 2.6.6-mm5

From: Andi Kleen
Date: Sun May 23 2004 - 06:41:28 EST


ebiederm@xxxxxxxxxxxx (Eric W. Biederman) writes:

> Currently I know of a safe version that will work on x86 on processors
> with sse support. And I how to generate 64bit I/O cycles with using
> mmx or x87 registers, but don't know if I can write code that touches
> the FPU registers that is interrupt safe.

As long as you save/restore cr0 and the FPU registers and do clts
interrupts are not a problem. In fact interrupts are even easier that
process context, where you need preempt_disable().

-Andi

-
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/