Re: MMX for kernel

Theodore Y. Ts'o (tytso@MIT.EDU)
Fri, 7 Feb 1997 20:34:04 -0500


Date: Fri, 7 Feb 97 16:15 EST
From: ssd@nevets.oau.org (Steven S. Dick)

Would it be possible (or even useful) to change the crt0 code to
zero the fpu area in the task struct rather than actually touch
the fpu itself?

Yes, that'd be useful; it'd make it much easier to note that a process
has never used the FPU at all. It also avoids disturbing the FPU
registers each time a process starts up.

- Ted