x86, mrst: add cpu type detection
authorJacob Pan <jacob.jun.pan@linux.intel.com>
Wed, 19 May 2010 19:01:24 +0000 (12:01 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 19 May 2010 20:32:29 +0000 (13:32 -0700)
Medfield is the follow-up of Moorestown, it is treated under the same
HW sub-architecture. However, we do need to know the CPU type in order
for some of the driver to act accordingly.
We also have different optimal clock configuration for each CPU type.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
LKML-Reference: <1274295685-6774-3-git-send-email-jacob.jun.pan@linux.intel.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found