/** * intel_match_g8_cpu - match current CPU against g8_cpu_ids * * This matches current CPU against g8_cpu_ids, which are applicable * for G8 workaround. * * Returns: %true if matches, %false otherwise.
*/ bool intel_match_g8_cpu(void)
{ return x86_match_cpu(g8_cpu_ids);
} #else/* CONFIG_X86 */
bool intel_match_g8_cpu(void) { returnfalse; }
#endif/* CONFIG_X86 */
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 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.