/* * Not all CPUs want IO time to be accounted as busy; this depends on * how efficient idling at a higher frequency/voltage is. * * Pavel Machek says this is not so for various generations of AMD and * old Intel systems. Mike Chan (android.com) claims this is also not * true for ARM. * * Because of this, select a known series of Intel CPUs (Family 6 and * later) by default, and leave all others up to the user.
*/ staticinlinebool od_should_io_be_busy(void)
{ return (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL &&
boot_cpu_data.x86_vfm >= INTEL_PENTIUM_PRO);
} #else staticinlinebool od_should_io_be_busy(void) { returnfalse; } #endif
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.