Merge tag 'arm-soc/for-4.8/soc-part2' of http://github.com/Broadcom/stblinux into...
[deliverable/linux.git] / arch / arm / mach-omap2 / omap-wakeupgen.c
index 2c04f274147602c8a9131e14dbf0625a23b0f918..0c47543865327270a0c18601d68dd493099b13e3 100644 (file)
@@ -327,6 +327,11 @@ static int irq_cpu_hotplug_notify(struct notifier_block *self,
 {
        unsigned int cpu = (unsigned int)hcpu;
 
+       /*
+        * Corresponding FROZEN transitions do not have to be handled,
+        * they are handled by at a higher level
+        * (drivers/cpuidle/coupled.c).
+        */
        switch (action) {
        case CPU_ONLINE:
                wakeupgen_irqmask_all(cpu, 0);
This page took 0.023896 seconds and 5 git commands to generate.