Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131348
Collapse All | Expand All

(-)linux/arch/i386/kernel/cpu/proc.c (+1 lines)
Lines 98-103 static int show_cpuinfo(struct seq_file Link Here
98
98
99
	if ( cpu_has(c, X86_FEATURE_TSC) ) {
99
	if ( cpu_has(c, X86_FEATURE_TSC) ) {
100
		unsigned int freq = cpufreq_quick_get(n);
100
		unsigned int freq = cpufreq_quick_get(n);
101
		printk("cpufreq says %d khz is %d\n", freq, cpu_khz);
101
		if (!freq)
102
		if (!freq)
102
			freq = cpu_khz;
103
			freq = cpu_khz;
103
		seq_printf(m, "cpu MHz\t\t: %u.%03u\n",
104
		seq_printf(m, "cpu MHz\t\t: %u.%03u\n",

Return to bug 131348