Re: Performance improvement with Akira Tsukamoto's Athlon copy_user

Manfred Spraul (manfred@colorfullife.com)
Tue, 19 Nov 2002 20:18:25 +0100


>I read the code of laze FPU state saving and confirmed that
>if the function does not generate exception than
>'kernel_fpu_begin/end()' should assure fpu safe inside kernel.
>
>However, it is not enough where exception could rise, as Takahashi
>mentioned.

I had prototyped an exception safe kfpu framework, but then I didn't have the time to submit/cleanup it.

http://www.colorfullife.com/~manfred/linux-2.5/sse/patch-kfpu

Have you tried SSE based copy_to_user? With SSE, you can just save the affected registers, without unexpected sideeffects.

--
	Manfred

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