mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: tomichm@bellsouth.net
Cc: linux-kernel@vger.kernel.org, jeremy@goop.org
Subject: Re: patch to speedstep-centrino.c
Date: Wed, 15 Feb 2006 23:36:42 -0500	[thread overview]
Message-ID: <20060216043642.GF31951@redhat.com> (raw)
In-Reply-To: <20060216042258.PODB2023.ibm65aec.bellsouth.net@mail.bellsouth.net>

On Wed, Feb 15, 2006 at 11:22:58PM -0500, tomichm@bellsouth.net wrote:
 > I guess I goofed by submitting this in HTML previously...sorry...
 > 
 > Below is a patch to the speedstep-centrino.c file.  It's needed to fix a missing symbol error (online_cpu_map) in the latest mm patch of the kernel.
 > 
 > --- linux-2.6.16-rc3-mm1/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c      2006-02-15 22:31:54.561277488 -0500
 > +++ linux-2.6.16-rc3-mm1-patched/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c      2006-02-15 22:05:15.964091566 -0500
 > @@ -654,8 +654,10 @@ static int centrino_target (struct cpufr
 >                 return -EINVAL;
 >         }
 > 
 > +#ifdef CONFIG_SMP
 >         /* cpufreq holds the hotplug lock, so we are safe from here on */
 >         cpus_and(online_policy_cpus, cpu_online_map, policy->cpus);
 > +#endif
 > 
 >         saved_mask = current->cpus_allowed;
 >         first_cpu = 1;

As this is an -mm specific problem right now, I've not merged
this into the cpufreq git tree.

I expect Andrew has it queued up for -mm2, and will submit it the same
time as the patches that cause the breakage.

		Dave


      reply	other threads:[~2006-02-16  4:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-16  4:22 tomichm
2006-02-16  4:36 ` Dave Jones [this message]

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=20060216043642.GF31951@redhat.com \
    --to=davej@redhat.com \
    --cc=jeremy@goop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tomichm@bellsouth.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome