]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41c259966d3f931740799badd81700c3315df34e
treecaee8a54a0e85b4839078286114f4c9f920ac89e
parentce3a5abbcd57f02d9fa80d10b168895ef2864dc1
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