]> err.no Git - linux-2.6/blobdiff - kernel/cpuset.c
[SCSI] sas_ata: Don't copy aic94xx's sactive to ata_port
[linux-2.6] / kernel / cpuset.c
index 824b1c01f4107667abb7d0e4e8923678a15966c4..b4796d8501403a9bf848704ff0a868da211c3352 100644 (file)
@@ -2138,6 +2138,9 @@ static void common_cpu_mem_hotplug_unplug(void)
 static int cpuset_handle_cpuhp(struct notifier_block *nb,
                                unsigned long phase, void *cpu)
 {
+       if (phase == CPU_DYING || phase == CPU_DYING_FROZEN)
+               return NOTIFY_DONE;
+
        common_cpu_mem_hotplug_unplug();
        return 0;
 }