/* * Getting here, means that we have come out of WFI without * having been woken up - this shouldn't happen * * Just note it happening - when we're woken, we can report * its occurrence.
*/
(*spurious)++;
}
}
/* * platform-specific code to shutdown a CPU * * Called with IRQs disabled
*/ void spear13xx_cpu_die(unsignedint cpu)
{ int spurious = 0;
/* * we're ready for shutdown now, so do it
*/
cpu_enter_lowpower();
spear13xx_do_lowpower(cpu, &spurious);
/* * bring this CPU back into the world of cache * coherency, and then restore interrupts
*/
cpu_leave_lowpower();
if (spurious)
pr_warn("CPU%u: %u spurious wakeup calls\n", cpu, spurious);
}
Messung V0.5
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.