All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] XEN:  Fix comment spelling:  CPU_HOTPLUG -> HOTPLUG_CPU
@ 2009-09-27 10:54 Robert P. J. Day
  0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2009-09-27 10:54 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Xen Developer List


The correct CONFIG variable name is "HOTPLUG_CPU".

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c
index fe03eee..aeb84f7 100644
--- a/arch/x86/xen/smp.c
+++ b/arch/x86/xen/smp.c
@@ -359,7 +359,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);


========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

        Linux Consulting, Training and Annoying Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-27 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-27 10:54 [PATCH] XEN: Fix comment spelling: CPU_HOTPLUG -> HOTPLUG_CPU Robert P. J. Day

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.