aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-21 10:38:57 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-21 10:38:57 +0100
commitf505be0a58bb0757ed34a11695f905e15395ad97 (patch)
tree706176cf3542546cc3cf0bf63ec8feb49cdf4f37 /xen/arch/x86/Makefile
parent306921aa6fe884cd988244e8ad4644a1c76d8cea (diff)
downloadxen-f505be0a58bb0757ed34a11695f905e15395ad97.tar.gz
xen-f505be0a58bb0757ed34a11695f905e15395ad97.tar.bz2
xen-f505be0a58bb0757ed34a11695f905e15395ad97.zip
x86: Fix lapic timer stop issue in deep C state
Local APIC timer may stop at deep C state (C3/C4...) entry/exit. this patch add the logic that use platform timer (HPET) to reenable local APIC timer at C state entry/exit. Signed-off-by: Wei Gang <gang.wei@intel.com> Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/Makefile')
-rw-r--r--xen/arch/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index e1bdd5acf7..f77cf3c4ca 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -50,6 +50,7 @@ obj-y += x86_emulate.o
obj-y += machine_kexec.o
obj-y += crash.o
obj-y += tboot.o
+obj-y += hpet.o
obj-$(crash_debug) += gdbstub.o