From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: longrun. Date: Sat, 3 Jul 2004 17:38:07 +0100 Sender: cpufreq-bounces@www.linux.org.uk Message-ID: <20040703163807.GU7101@redhat.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cpufreq-bounces+glkc-cpufreq=gmane.org@www.linux.org.uk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: cpufreq@www.linux.org.uk I was just looking into this.. Error: ./arch/i386/kernel/cpu/cpufreq/longrun.o .data refers to 00000018 R_386_32 .init.text When I noticed that longrun_get_policy() is only called from longrun_cpu_init(). Is there a reason this driver doesn't have a .getpolicy method pointer pointing to this routine ? Incidentally, I'm a bit puzzled by the error. The only __init functions are .. longrun_get_policy longrun_determine_freqs longrun_cpu_init longrun_init The first two are only called by the 3rd. and the 3rd/4th are only ever called at init time. What do I miss here? Dave