]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
xen: Fix misspelled CONFIG variable in comment.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Mon, 28 Dec 2009 16:50:29 +0000 (11:50 -0500)
committerJiri Kosina <jkosina@suse.cz>
Fri, 5 Feb 2010 11:22:31 +0000 (12:22 +0100)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/xen/smp.c

index 563d20504988ef7671cf600cdc2762f00418a4c8..deafb65ef44edb7a18ef96e6846843948c7b90b1 100644 (file)
@@ -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);