Re: [PATCH] [17/20] x86: Remove explicit C3 TSC check on 64bit

2008-01-04 Thread Ingo Molnar
* Andi Kleen <[EMAIL PROTECTED]> wrote: > Trust the ACPI code to disable TSC instead when C3 is used. thanks, applied. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] [17/20] x86: Remove explicit C3 TSC check on 64bit

2008-01-04 Thread Ingo Molnar
* Andi Kleen [EMAIL PROTECTED] wrote: Trust the ACPI code to disable TSC instead when C3 is used. thanks, applied. Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH] [17/20] x86: Remove explicit C3 TSC check on 64bit

2008-01-02 Thread Andi Kleen
Trust the ACPI code to disable TSC instead when C3 is used. AMD Fam10h does not disable TSC in any C states so the check was incorrect there anyways after the change to handle this like Intel on AMD too. This allows to use the TSC when C3 is disabled in software (acpi.max_c_state=2), but the

[PATCH] [17/20] x86: Remove explicit C3 TSC check on 64bit

2008-01-02 Thread Andi Kleen
Trust the ACPI code to disable TSC instead when C3 is used. AMD Fam10h does not disable TSC in any C states so the check was incorrect there anyways after the change to handle this like Intel on AMD too. This allows to use the TSC when C3 is disabled in software (acpi.max_c_state=2), but the