[<prev] [next>] [day] [month] [year] [list]
Message-ID: <49D0DE6F.4000400@turknet.net.tr>
Date: Mon, 30 Mar 2009 17:59:59 +0300
From: Tarkan Erimer <tarkan.erimer@...knet.net.tr>
To: Subrata Modak <tosubrata@...il.com>
CC: linux-kernel@...r.kernel.org, Dave Jones <davej@...hat.com>
Subject: Re: Linux-2.6.29-git6 Compile Error
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@...kane:/usr/src/linux-2.6.29# grep -i "extern int
recalibrate_cpu_khz" arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
root@...kane:/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@...kane:/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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists