Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: > On Fri, 1 Jun 2007 02:14:53 +0200 (MEST) > Mikael Pettersson <[EMAIL PROTECTED]> wrote: > > > Andrew Morton wrote: > > > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > > > > > * Andrew Morton ([EMAIL PROTECTED]) wrote: > > > > > > > > > > Use

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Andrew Morton
On Fri, 1 Jun 2007 02:14:53 +0200 (MEST) Mikael Pettersson <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > > > * Andrew Morton ([EMAIL PROTECTED]) wrote: > > > > > > > > Use the faster conditional calls for F00F bug handling in > > > >

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Mikael Pettersson
Andrew Morton wrote: > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > * Andrew Morton ([EMAIL PROTECTED]) wrote: > > > > > > Use the faster conditional calls for F00F bug handling in do_page_fault. > > > > > > > > > > I guess this means that CONDCALL will be enabled on pretty much all

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: > On Thu, 31 May 2007 17:07:55 -0400 > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > * Andrew Morton ([EMAIL PROTECTED]) wrote: > > > > > > Use the faster conditional calls for F00F bug handling in do_page_fault. > > > > > > > > > > I guess this

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Andrew Morton
On Thu, 31 May 2007 17:07:55 -0400 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > * Andrew Morton ([EMAIL PROTECTED]) wrote: > > > > Use the faster conditional calls for F00F bug handling in do_page_fault. > > > > > > > I guess this means that CONDCALL will be enabled on pretty much all i386,

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: > > Use the faster conditional calls for F00F bug handling in do_page_fault. > > > > I guess this means that CONDCALL will be enabled on pretty much all i386, > in which case making the whole feature Kconfigurable is starting to look > marginal. > >

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: Use the faster conditional calls for F00F bug handling in do_page_fault. I guess this means that CONDCALL will be enabled on pretty much all i386, in which case making the whole feature Kconfigurable is starting to look marginal. Perhaps a

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Andrew Morton
On Thu, 31 May 2007 17:07:55 -0400 Mathieu Desnoyers [EMAIL PROTECTED] wrote: * Andrew Morton ([EMAIL PROTECTED]) wrote: Use the faster conditional calls for F00F bug handling in do_page_fault. I guess this means that CONDCALL will be enabled on pretty much all i386, in which

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: On Thu, 31 May 2007 17:07:55 -0400 Mathieu Desnoyers [EMAIL PROTECTED] wrote: * Andrew Morton ([EMAIL PROTECTED]) wrote: Use the faster conditional calls for F00F bug handling in do_page_fault. I guess this means that CONDCALL

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Mikael Pettersson
Andrew Morton wrote: Mathieu Desnoyers [EMAIL PROTECTED] wrote: * Andrew Morton ([EMAIL PROTECTED]) wrote: Use the faster conditional calls for F00F bug handling in do_page_fault. I guess this means that CONDCALL will be enabled on pretty much all i386, in which case

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Andrew Morton
On Fri, 1 Jun 2007 02:14:53 +0200 (MEST) Mikael Pettersson [EMAIL PROTECTED] wrote: Andrew Morton wrote: Mathieu Desnoyers [EMAIL PROTECTED] wrote: * Andrew Morton ([EMAIL PROTECTED]) wrote: Use the faster conditional calls for F00F bug handling in do_page_fault.

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-31 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: On Fri, 1 Jun 2007 02:14:53 +0200 (MEST) Mikael Pettersson [EMAIL PROTECTED] wrote: Andrew Morton wrote: Mathieu Desnoyers [EMAIL PROTECTED] wrote: * Andrew Morton ([EMAIL PROTECTED]) wrote: Use the faster conditional calls

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-30 Thread Andrew Morton
On Wed, 30 May 2007 10:00:33 -0400 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > Use the faster conditional calls for F00F bug handling in do_page_fault. > I guess this means that CONDCALL will be enabled on pretty much all i386, in which case making the whole feature Kconfigurable is starting

[patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-30 Thread Mathieu Desnoyers
Use the faster conditional calls for F00F bug handling in do_page_fault. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- arch/i386/Kconfig.cpu|1 + arch/i386/kernel/traps.c |2 ++ arch/i386/mm/fault.c | 35 ++- 3 files changed, 25

Re: [patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-30 Thread Andrew Morton
On Wed, 30 May 2007 10:00:33 -0400 Mathieu Desnoyers [EMAIL PROTECTED] wrote: Use the faster conditional calls for F00F bug handling in do_page_fault. I guess this means that CONDCALL will be enabled on pretty much all i386, in which case making the whole feature Kconfigurable is starting to

[patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-30 Thread Mathieu Desnoyers
Use the faster conditional calls for F00F bug handling in do_page_fault. Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] --- arch/i386/Kconfig.cpu|1 + arch/i386/kernel/traps.c |2 ++ arch/i386/mm/fault.c | 35 ++- 3 files changed, 25

[patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-29 Thread Mathieu Desnoyers
Use the faster conditional calls for F00F bug handling in do_page_fault. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- arch/i386/Kconfig.cpu|1 + arch/i386/kernel/traps.c |2 ++ arch/i386/mm/fault.c | 35 ++- 3 files changed, 25

[patch 8/9] F00F bug fixup for i386 - use conditional calls

2007-05-29 Thread Mathieu Desnoyers
Use the faster conditional calls for F00F bug handling in do_page_fault. Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] --- arch/i386/Kconfig.cpu|1 + arch/i386/kernel/traps.c |2 ++ arch/i386/mm/fault.c | 35 ++- 3 files changed, 25