/* * NMI and MCE exceptions need cpu_is_offline() _really_ early, * provide an arch_ special for them to avoid instrumentation.
*/ #if NR_CPUS > 1 static __always_inline bool arch_cpu_online(int cpu)
{ return arch_test_bit(cpu, cpumask_bits(cpu_online_mask));
}
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.