projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
473a72a
)
xen: Fix misspelled CONFIG variable in comment.
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Mon, 28 Dec 2009 16:50:29 +0000
(11:50 -0500)
committer
Jiri 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/xen/smp.c
b/arch/x86/xen/smp.c
index 563d20504988ef7671cf600cdc2762f00418a4c8..deafb65ef44edb7a18ef96e6846843948c7b90b1 100644
(file)
--- 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);