* [PATCH] XEN: Fix misspelled CONFIG variable in comment.
@ 2009-12-28 16:50 Robert P. J. Day
2010-01-04 10:54 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2009-12-28 16:50 UTC (permalink / raw)
To: Xen Developer List; +Cc: trivial
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
someone can decide if it's worth fixing that comment to reflect the
correct spelling of that CONFIG variable.
diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c
index 563d205..deafb65 100644
--- a/arch/x86/xen/smp.c
+++ b/arch/x86/xen/smp.c
@@ -361,7 +361,7 @@ static void xen_cpu_die(unsigned int cpu)
alternatives_smp_switch(0);
}
-static void __cpuinit xen_play_dead(void) /* used only with CPU_HOTPLUG */
+static void __cpuinit xen_play_dead(void) /* used only with HOTPLUG_CPU */
{
play_dead_common();
HYPERVISOR_vcpu_op(VCPUOP_down, smp_processor_id(), NULL);
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] XEN: Fix misspelled CONFIG variable in comment.
2009-12-28 16:50 [PATCH] XEN: Fix misspelled CONFIG variable in comment Robert P. J. Day
@ 2010-01-04 10:54 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2010-01-04 10:54 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Xen Developer List
On Mon, 28 Dec 2009, Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
> someone can decide if it's worth fixing that comment to reflect the
> correct spelling of that CONFIG variable.
>
> diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c
> index 563d205..deafb65 100644
> --- a/arch/x86/xen/smp.c
> +++ b/arch/x86/xen/smp.c
> @@ -361,7 +361,7 @@ static void xen_cpu_die(unsigned int cpu)
> alternatives_smp_switch(0);
> }
>
> -static void __cpuinit xen_play_dead(void) /* used only with CPU_HOTPLUG */
> +static void __cpuinit xen_play_dead(void) /* used only with HOTPLUG_CPU */
> {
> play_dead_common();
> HYPERVISOR_vcpu_op(VCPUOP_down, smp_processor_id(), NULL);
Applied to trivial tree, thanks.
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-04 10:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-28 16:50 [PATCH] XEN: Fix misspelled CONFIG variable in comment Robert P. J. Day
2010-01-04 10:54 ` Jiri Kosina
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.