/* * The ACPI processor driver for ACPI core code needs this macro * to find out whether this cpu was already mapped (mapping from CPU hardware * ID to CPU logical ID) or not.
*/ #define cpu_physical_id(cpu) cpuid_to_hartid_map(cpu)
/* * Since MADT must provide at least one RINTC structure, the * CPU will be always available in MADT on RISC-V.
*/ staticinlinebool acpi_has_cpu_in_madt(void)
{ returntrue;
}
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.