/* * The "core" of cores_per_node and cores_per_package stands for a * logical core, which means in a SMT system it stands for a thread.
*/ struct loongson_system_configuration { int nr_cpus; int nr_nodes; int boot_cpu_id; int cores_per_node; int cores_per_package; unsignedlong cores_io_master[NR_WORDS]; unsignedlong suspend_addr; constchar *cpuname;
};
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.