From: Ingo Molnar <mingo@elte.hu>
To: Reinhard Tartler <siretart@tauware.de>
Cc: Sam Ravnborg <sam@ravnborg.org>,
linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Jiri Kosina <jkosina@suse.cz>,
linux-kbuild@vger.kernel.org
Subject: Re: [PATCH] cpumask: fix typo s/CONFIG_CPU_HOTPLUG/CONFIG_HOTPLUG_CPU/
Date: Mon, 17 Aug 2009 10:42:01 +0200 [thread overview]
Message-ID: <20090817084201.GA5877@elte.hu> (raw)
In-Reply-To: <rwuzl9y975c.fsf@faui48a.informatik.uni-erlangen.de>
* Reinhard Tartler <siretart@tauware.de> wrote:
> In ./arch/*/Kconfig, this Kconfig symbol is defined as
> HOTPLUG_CPU, and never as CPU_HOTPLUG
>
> Signed-off-by: Reinhard Tartler <siretart@tauware.de>
> ---
> kernel/smp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/smp.c b/kernel/smp.c
> index ad63d85..94188b8 100644
> --- a/kernel/smp.c
> +++ b/kernel/smp.c
> @@ -57,7 +57,7 @@ hotplug_cfd(struct notifier_block *nfb, unsigned long action, void *hcpu)
> return NOTIFY_BAD;
> break;
>
> -#ifdef CONFIG_CPU_HOTPLUG
> +#ifdef CONFIG_HOTPLUG_CPU
> case CPU_UP_CANCELED:
> case CPU_UP_CANCELED_FROZEN:
Already fixed upstream by:
69dd647: generic-ipi: fix hotplug_cfd()
Ingo
prev parent reply other threads:[~2009-08-17 8:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-17 8:19 [PATCH] cpumask: fix typo s/CONFIG_CPU_HOTPLUG/CONFIG_HOTPLUG_CPU/ Reinhard Tartler
2009-08-17 8:42 ` Ingo Molnar [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=20090817084201.GA5877@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@linux-foundation.org \
--cc=jkosina@suse.cz \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=siretart@tauware.de \
/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