CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume
[pandora-kernel.git] / kernel / cpuset.c
index 46a1d3c..84a524b 100644 (file)
@@ -2080,6 +2080,9 @@ static void scan_for_empty_cpusets(struct cpuset *root)
  * (of no affect) on systems that are actively using CPU hotplug
  * but making no active use of cpusets.
  *
+ * The only exception to this is suspend/resume, where we don't
+ * modify cpusets at all.
+ *
  * This routine ensures that top_cpuset.cpus_allowed tracks
  * cpu_active_mask on each CPU hotplug (cpuhp) event.
  *