|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix non-hotplug i386 build. Spotted by Rik van Riel.
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID e21f101cc05497037572560b68d7a5e9fe234442
# Parent 9dc059239e2a203c62ee2e30d113e6bc1cd019f6
Fix non-hotplug i386 build. Spotted by Rik van Riel.
diff -r 9dc059239e2a -r e21f101cc054
linux-2.6-xen-sparse/arch/xen/i386/kernel/process.c
--- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/process.c Tue Aug 23
17:51:57 2005
+++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/process.c Tue Aug 23
17:54:38 2005
@@ -149,12 +149,12 @@
if (cpu_is_offline(cpu)) {
local_irq_disable();
+#if defined(CONFIG_XEN) && defined(CONFIG_HOTPLUG_CPU)
/* Ack it. From this point on until
we get woken up, we're not allowed
to take any locks. In particular,
don't printk. */
__get_cpu_var(cpu_state) = CPU_DEAD;
-#if defined(CONFIG_XEN) && defined(CONFIG_HOTPLUG_CPU)
/* Tell hypervisor to take vcpu down. */
HYPERVISOR_vcpu_down(cpu);
#endif
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fix non-hotplug i386 build. Spotted by Rik van Riel.,
Xen patchbot -unstable <=
|
|
|
|
|