Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes...
[safe/jmp/linux-2.6] / drivers / xen / cpu_hotplug.c
index 6625ffe..14e2d99 100644 (file)
@@ -87,7 +87,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);
                }
        }