From: Zachary Amsden Date: Mon, 5 Mar 2007 08:30:36 +0000 (-0800) Subject: [PATCH] vmi: cpu cycles fix X-Git-Tag: v2.6.21-rc3~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1182d8528b620c23d043bccbbef092b42062960a;p=pandora-kernel.git [PATCH] vmi: cpu cycles fix In order to share the common code in tsc.c which does CPU Khz calibration, we need to make an accurate value of CPU speed available to the tsc.c code. This value loses a lot of precision in a VM because of the timing differences with real hardware, but we need it to be as precise as possible so the guest can make accurate time calculations with the cycle counters. Signed-off-by: Zachary Amsden Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed