// SPDX-License-Identifier: GPL-2.0 /* * NOOP APIC driver. * * Does almost nothing and should be substituted by a real apic driver via * probe routine. * * Though in case if apic is disabled (for some reason) we try * to not uglify the caller's code and allow to call (some) apic routines * like self-ipi, etc... * * FIXME: Remove this gunk. The above argument which was intentionally left * in place is silly to begin with because none of the callbacks except for * APIC::read/write() have a WARN_ON_ONCE() in them. Sigh...
*/ #include <linux/cpumask.h> #include <linux/thread_info.h>
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.