/* Specify "apc=noidle" on the kernel command line to * disable APC CPU standby support. Certain prototype * systems (SPARCstation-Fox) do not play well with APC * CPU idle, so disable this if your system has APC and * crashes randomly.
*/ staticint __init apc_setup(char *str)
{ if(!strncmp(str, "noidle", strlen("noidle"))) {
apc_no_idle = 1; return 1;
} return 0;
}
__setup("apc=", apc_setup);
/* * CPU idle callback function * See .../arch/sparc/kernel/process.c
*/ staticvoid apc_swift_idle(void)
{ #ifdef APC_DEBUG_LED
set_auxio(0x00, AUXIO_LED); #endif
/* This driver is not critical to the boot process * and is easiest to ioremap when SBus is already * initialized, so we install ourselves thusly:
*/
__initcall(apc_init);
Messung V0.5
¤ Dauer der Verarbeitung: 0.1 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.