Re: [PATCH] ndis: safe fpu on amd64

2011-11-22 Thread Paul B. Mahol
On 11/22/11, Kostik Belousov wrote: > On Mon, Nov 21, 2011 at 03:49:16PM +, Paul B. Mahol wrote: >> Hi, >> >> This patch should fix panic on amd64 when using ndis with drivers >> which make use of fpu registers. > Do not allocate fpu_kern_ctx on stack. Its size is 528 bytes on amd64 right > no

Re: [PATCH] ndis: safe fpu on amd64

2011-11-22 Thread Kostik Belousov
On Mon, Nov 21, 2011 at 03:49:16PM +, Paul B. Mahol wrote: > Hi, > > This patch should fix panic on amd64 when using ndis with drivers > which make use of fpu registers. Do not allocate fpu_kern_ctx on stack. Its size is 528 bytes on amd64 right now, and potentially can grow after AVX support