From: Thomas Gleixner Date: Thu, 20 Aug 2009 15:06:25 +0000 (+0200) Subject: x86: Move tsc_calibration to x86_init_ops X-Git-Tag: v2.6.32-rc1~629^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d826404f0bdcac2a4dd7e3c446b70d6a3b63b78;p=pandora-kernel.git x86: Move tsc_calibration to x86_init_ops TSC calibration is modified by the vmware hypervisor and paravirt by separate means. Moorestown wants to add its own calibration routine as well. So make calibrate_tsc a proper x86_init_ops function and override it by paravirt or by the early setup of the vmware hypervisor. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed