Re: [patch] x86: split FPU state from task state

2007-02-14 Thread Arjan van de Ven
On Wed, 2007-02-14 at 17:04 -0500, Benjamin LaHaise wrote: > On Wed, Feb 14, 2007 at 10:49:44PM +0100, Ingo Molnar wrote: > > this can very much be done, with a straightforward extension of how we > > handle FPU state. That makes sense independently of syslets/async as > > well, so find below the

Re: [patch] x86: split FPU state from task state

2007-02-14 Thread Benjamin LaHaise
On Wed, Feb 14, 2007 at 10:49:44PM +0100, Ingo Molnar wrote: > this can very much be done, with a straightforward extension of how we > handle FPU state. That makes sense independently of syslets/async as > well, so find below the standalone patch from Arjan. It's in my current > syslet queue an

[patch] x86: split FPU state from task state

2007-02-14 Thread Ingo Molnar
he standalone patch from Arjan. It's in my current syslet queue and works great. Ingo > Subject: [patch] x86: split FPU state from task state From: Arjan van de Ven <[EMAIL PROTECTED]> Split the FPU save area from the task struct. This allows easy migration of FPU context,