Re: [PATCH] [10/20] i386: Move MWAIT idle check to generic CPU initialization

2008-01-03 Thread Ingo Molnar
* Andi Kleen <[EMAIL PROTECTED]> wrote: > Previously it was only run for Intel CPUs, but AMD Fam10h implements > MWAIT too. > > This matches 64bit behaviour. > > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> thanks, applied. Ingo -- To unsubscribe from this list: send the line

Re: [PATCH] [10/20] i386: Move MWAIT idle check to generic CPU initialization

2008-01-03 Thread Ingo Molnar
* Andi Kleen [EMAIL PROTECTED] wrote: Previously it was only run for Intel CPUs, but AMD Fam10h implements MWAIT too. This matches 64bit behaviour. Signed-off-by: Andi Kleen [EMAIL PROTECTED] thanks, applied. Ingo -- To unsubscribe from this list: send the line unsubscribe

[PATCH] [10/20] i386: Move MWAIT idle check to generic CPU initialization

2008-01-02 Thread Andi Kleen
Previously it was only run for Intel CPUs, but AMD Fam10h implements MWAIT too. This matches 64bit behaviour. Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> --- arch/x86/kernel/cpu/common.c |2 ++ arch/x86/kernel/cpu/intel.c |1 - 2 files changed, 2 insertions(+), 1 deletion(-)

[PATCH] [10/20] i386: Move MWAIT idle check to generic CPU initialization

2008-01-02 Thread Andi Kleen
Previously it was only run for Intel CPUs, but AMD Fam10h implements MWAIT too. This matches 64bit behaviour. Signed-off-by: Andi Kleen [EMAIL PROTECTED] --- arch/x86/kernel/cpu/common.c |2 ++ arch/x86/kernel/cpu/intel.c |1 - 2 files changed, 2 insertions(+), 1 deletion(-) Index: