[patch 06/12] x86: split FPU state from task state

2007-02-28 Thread Ingo Molnar
From: Arjan van de Ven <[EMAIL PROTECTED]> Split the FPU save area from the task struct. This allows easy migration of FPU context, and it's generally cleaner. It also allows the following two (future) optimizations: 1) allocate the right size for the actual cpu rather than 512 bytes always 2)

[patch 06/12] x86: split FPU state from task state

2007-02-28 Thread Ingo Molnar
From: Arjan van de Ven [EMAIL PROTECTED] Split the FPU save area from the task struct. This allows easy migration of FPU context, and it's generally cleaner. It also allows the following two (future) optimizations: 1) allocate the right size for the actual cpu rather than 512 bytes always 2)