x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection
authorAndi Kleen <ak@suse.de>
Wed, 30 Jan 2008 12:32:40 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:40 +0000 (13:32 +0100)
commit2b16a2353814a513cdb5c5c739b76a19d7ea39ce
treecaee8a54a0e85b4839078286114f4c9f920ac89e
parent68071a96655c883b316da9ef497f6dec8953529f
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 called early_init_intel] really executes early as
the comments say.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/cpu.h
arch/x86/kernel/cpu/intel.c
arch/x86/kernel/setup_64.c