* [GIT PULL] x86/xen for v2.6.33
@ 2009-12-03 21:32 Ingo Molnar
0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2009-12-03 21:32 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, Jeremy Fitzhardinge, Rusty Russell,
Thomas Gleixner, H. Peter Anvin, Andrew Morton
Linus,
Please pull the latest x86-xen-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git x86-xen-for-linus
Thanks,
Ingo
------------------>
Rusty Russell (1):
cpumask: Use modern cpumask style in Xen
arch/x86/xen/smp.c | 2 +-
drivers/xen/cpu_hotplug.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c
index fe03eee..738da0c 100644
--- a/arch/x86/xen/smp.c
+++ b/arch/x86/xen/smp.c
@@ -73,7 +73,7 @@ static __cpuinit void cpu_bringup(void)
xen_setup_cpu_clockevents();
- cpu_set(cpu, cpu_online_map);
+ set_cpu_online(cpu, true);
percpu_write(cpu_state, CPU_ONLINE);
wmb();
diff --git a/drivers/xen/cpu_hotplug.c b/drivers/xen/cpu_hotplug.c
index bdfd584..0f765a9 100644
--- a/drivers/xen/cpu_hotplug.c
+++ b/drivers/xen/cpu_hotplug.c
@@ -86,7 +86,7 @@ static int setup_cpu_watcher(struct notifier_block *notifier,
for_each_possible_cpu(cpu) {
if (vcpu_online(cpu) == 0) {
(void)cpu_down(cpu);
- cpu_clear(cpu, cpu_present_map);
+ set_cpu_present(cpu, false);
}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-03 21:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-03 21:32 [GIT PULL] x86/xen for v2.6.33 Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®