/** * 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 */
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.