x86, mrst: add more timer config options
authorJacob Pan <jacob.jun.pan@linux.intel.com>
Wed, 19 May 2010 19:01:25 +0000 (12:01 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 19 May 2010 20:45:39 +0000 (13:45 -0700)
commita875c01944f0d750eeb1ef3133feceb13f13c4b3
treecdd39431457cdeed92d67420a89296cbfb23f620
parenta0c173bd8a3fd0541be8e4ef962170e48d8811c7
x86, mrst: add more timer config options

Always-on local APIC timer (ARAT) has been introduced to Medfield, along
with the platform APB timers we have more timer configuration options
between Moorestown and Medfield.

This patch adds run-time detection of avaiable timer features so that
we can treat Medfield as a variant of Moorestown and set up the optimal
timer options for each platform. i.e.

Medfield: per cpu always-on local APIC timer
Moorestown: per cpu APB timer

Manual override is possible via cmdline option x86_mrst_timer.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
LKML-Reference: <1274295685-6774-4-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>
arch/x86/include/asm/apb_timer.h
arch/x86/include/asm/mrst.h
arch/x86/kernel/apb_timer.c
arch/x86/kernel/mrst.c