All of lore.kernel.org
 help / color / mirror / Atom feed
* longrun.
@ 2004-07-03 16:38 Dave Jones
  2004-07-03 19:33 ` longrun Dominik Brodowski
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2004-07-03 16:38 UTC (permalink / raw)
  To: cpufreq

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-03 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-03 16:38 longrun Dave Jones
2004-07-03 19:33 ` longrun Dominik Brodowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.