Re: Linux-2.6.29-git6 Compile Error

From: Tarkan Erimer
Date: Mon Mar 30 2009 - 11:00:21 EST


On 03/30/2009 05:48 PM, Subrata Modak wrote:
Hi
Hi Subrata,
,
This is declared here:

./arch/x86/include/asm/timer.h:14:extern int recalibrate_cpu_khz(void);

I do not have access to git6. Can you please see whether this is included in code for:
arch/x86/kernel/cpu/cpufreq/p4-clockmod.c


When searched "recalibrate_cpu_khz", it's included. But not "extern int recalibrate_cpu_khz"

root@tarkane:/usr/src/linux-2.6.29# grep -i "extern int recalibrate_cpu_khz" arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
root@tarkane:/usr/src/linux-2.6.29# grep -i -A 1 -B 1 "recalibrate_cpu_khz" arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
cpufreq_p4_setdc(policy->cpu, DC_DISABLE);
recalibrate_cpu_khz();
}
root@tarkane:/usr/src/linux-2.6.29#


---
Tarkan

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/