From: K. Y. Srinivasan Date: Mon, 30 Sep 2013 15:28:52 +0000 (+0200) Subject: x86, hyperv: Get the local APIC timer frequency from the hypervisor X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~31^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e7827b5ea4ca93b4d864bc07c0fafb838d496b1;p=pandora-kernel.git x86, hyperv: Get the local APIC timer frequency from the hypervisor Hyper-V supports a mechanism for retrieving the local APIC frequency. Use this and bypass the calibration code in the kernel . This would allow us to boot the Linux kernel as a "modern VM" on Hyper-V where many of the legacy devices (such as PIT) are not emulated. I would like to thank Olaf Hering , Jan Beulich and H. Peter Anvin for their help in this effort. In this version of the patch, I have addressed Jan's comments. Signed-off-by: K. Y. Srinivasan Link: http://lkml.kernel.org/r/1380554932-9888-1-git-send-email-olaf@aepfle.de Tested-by: Olaf Hering Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed