]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] Fix CPU freq displayed in /proc/cpuinfo
authorVenki Pallipadi <venkatesh.pallipadi@intel.com>
Fri, 6 Apr 2007 17:04:49 +0000 (10:04 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 6 Apr 2007 22:37:45 +0000 (15:37 -0700)
commiteb0767f985369911b8636f9653f4537c0f3c3501
tree8f548fc814d1d19ab6c98de32433bb6d151a00a6
parent8fa07ff98fc113689de00201779be6034dfc392f
[IA64] Fix CPU freq displayed in /proc/cpuinfo

My patch: git commit=949adef1ebca6147847ad844fd91f53a19f8e62a introduced a bug
in IA64 cpuinfo output.

Patch changed the proc_freq from 1HZ resolution to 1KHz resolution, but left
format string unchanged at " %lu.%06lu". Below is the fix.

Thanks to Bjorn for catching this.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/setup.c