Re: [PATCH 8/11] Add a CPU KHZ calibration function to paravirt-ops

2007-02-06 Thread Zachary Amsden
Andi Kleen wrote: On Mon, Feb 05, 2007 at 07:53:23PM -0800, Zachary Amsden wrote: Provide a paravirtualized way to get the CPU clock frequency; this allows much of the code in tsc.c to be shared between all paravirt implementations. Is this really needed? Honestly, no. But it is

Re: [PATCH 8/11] Add a CPU KHZ calibration function to paravirt-ops

2007-02-06 Thread Andi Kleen
On Mon, Feb 05, 2007 at 07:53:23PM -0800, Zachary Amsden wrote: > Provide a paravirtualized way to get the CPU clock frequency; this allows much > of the code in tsc.c to be shared between all paravirt implementations. Is this really needed? What worries me somewhat of your patches is that you s

[PATCH 8/11] Add a CPU KHZ calibration function to paravirt-ops

2007-02-05 Thread Zachary Amsden
Provide a paravirtualized way to get the CPU clock frequency; this allows much of the code in tsc.c to be shared between all paravirt implementations. Subject: Add a CPU KHZ calibration function to paravirt-ops Signed-off-by: Zachary Amsden <[EMAIL PROTECTED]> diff -r a08f195aa92a arch/i386/kerne