All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: cpufreq@www.linux.org.uk
Subject: longrun.
Date: Sat, 3 Jul 2004 17:38:07 +0100	[thread overview]
Message-ID: <20040703163807.GU7101@redhat.com> (raw)

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

             reply	other threads:[~2004-07-03 16:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-03 16:38 Dave Jones [this message]
2004-07-03 19:33 ` longrun Dominik Brodowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040703163807.GU7101@redhat.com \
    --to=davej@redhat.com \
    --cc=cpufreq@www.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.