Re: [PATCH] x86_64: only call early_init_amd one time

2008-01-18 Thread Ingo Molnar
* Yinghai Lu <[EMAIL PROTECTED]> wrote: > [PATCH] x86_64: only call early_init_amd one time > > Andi's patch > " > x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection > > Need this in the next patch in time_init and that happens early. &g

[PATCH] x86_64: only call early_init_amd one time

2008-01-18 Thread Yinghai Lu
[PATCH] x86_64: only call early_init_amd one time Andi's patch " x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection Need this in the next patch in time_init and that happens early. This includes a minor fix on i386 where early_intel_workarounds() [which i

[PATCH] x86_64: only call early_init_amd one time

2008-01-18 Thread Yinghai Lu
[PATCH] x86_64: only call early_init_amd one time Andi's patch x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection Need this in the next patch in time_init and that happens early. This includes a minor fix on i386 where early_intel_workarounds() [which is now

Re: [PATCH] x86_64: only call early_init_amd one time

2008-01-18 Thread Ingo Molnar
* Yinghai Lu [EMAIL PROTECTED] wrote: [PATCH] x86_64: only call early_init_amd one time Andi's patch x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection Need this in the next patch in time_init and that happens early. This includes a minor fix on i386