Re: [PATCH] x86: fix detection of CONSTANT_TSC bit for AMD CPUs

2008-01-16 Thread Andi Kleen
> We have to set c->x86_power in early_identify_cpu to properly detect > the CONSTANT_TSC bit in early_init_amd. Hmm this definitely worked here when I wrote the patches. Must have been a merge mistake later. I remember someone changed the early CPU init around severly at some point and I might h

Re: [PATCH] x86: fix detection of CONSTANT_TSC bit for AMD CPUs

2008-01-16 Thread Ingo Molnar
* Andreas Herrmann <[EMAIL PROTECTED]> wrote: > Commits > - c52f61fcbdb2aa84f0e4d831ef07f375e6b99b2c > (x86: allow TSC clock source on AMD Fam10h and some cleanup) > - e30436f05d456efaff77611e4494f607b14c2782 > (x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection) > > are

[PATCH] x86: fix detection of CONSTANT_TSC bit for AMD CPUs

2008-01-16 Thread Andreas Herrmann
Commits - c52f61fcbdb2aa84f0e4d831ef07f375e6b99b2c (x86: allow TSC clock source on AMD Fam10h and some cleanup) - e30436f05d456efaff77611e4494f607b14c2782 (x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection) are supposed to fix the detection of contant TSC for AMD CPUs. Unf