Re: [discuss] [PATCH] x86_64: fix cpu MHz reporting on constant_tsc cpus

2007-03-16 Thread Andi Kleen
> > Yes. You are right. I will fix that and send a new version. Thanks for > the review. I already fixed it up and fixed some other bugs. The changes to tsc_khz in nmi.c were wrong because the performance counters don't tick at tsc frequency. -Andi - To unsubscribe from this list: send the lin

Re: [discuss] [PATCH] x86_64: fix cpu MHz reporting on constant_tsc cpus

2007-03-15 Thread Joerg Roedel
On Thu, Mar 15, 2007 at 12:01:09AM +0100, Andi Kleen wrote: > On Tuesday 13 March 2007 11:00, Joerg Roedel wrote: > > From: Mark Langsdorf <[EMAIL PROTECTED]> > > From: Joerg Roedel <[EMAIL PROTECTED]> > > > > This patch fixes the reporting of cpu_mhz in /proc/cpuinfo on CPUs with > > a constant T

Re: [discuss] [PATCH] x86_64: fix cpu MHz reporting on constant_tsc cpus

2007-03-14 Thread Andi Kleen
On Tuesday 13 March 2007 11:00, Joerg Roedel wrote: > From: Mark Langsdorf <[EMAIL PROTECTED]> > From: Joerg Roedel <[EMAIL PROTECTED]> > > This patch fixes the reporting of cpu_mhz in /proc/cpuinfo on CPUs with > a constant TSC rate and a kernel with disabled cpufreq. > > Signed-off-by: Mark Lan