x86: remove wrong setting about CONSTANT_TSC for intel cpu
authorYinghai Lu <Yinghai.Lu@Sun.COM>
Tue, 26 Feb 2008 07:20:01 +0000 (23:20 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:50 +0000 (17:40 +0200)
commitd32de19ca9076eeed1e9bfd678e550fbad437535
tree16e20e1fa05c961b628ebc39b3c4fd96768602ed
parent4edbfa789b32bebf0b7fb71d5b2913a91ac4d0b1
x86: remove wrong setting about CONSTANT_TSC for intel cpu

early_init_intel() on 64-bit is introduced by

  commit 2b16a2353814a513cdb5c5c739b76a19d7ea39ce
  Author: Andi Kleen <ak@suse.de>
  Date:   Wed Jan 30 13:32:40 2008 +0100

      x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection

sets CONSTANT_TSC for intel cpus - but it is already set in init_intel().

don't need to set that two times in early_init_intel() and init_intel().
this patch removes the init_intel() one.

Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup_64.c