/* * Intel MID platforms are using explicitly defined regulators. * * Let the regulator core know that we do not have any additional * regulators left. This lets it substitute unprovided regulators with * dummy ones:
*/
regulator_has_full_constraints();
}
/* * Moorestown does not have external NMI source nor port 0x61 to report * NMI status. The possible NMI sources are from pmu as a result of NMI * watchdog or lock debug. Reading io port 0x61 results in 0xff which * misled NMI handler.
*/ staticunsignedchar intel_mid_get_nmi_reason(void)
{ return 0;
}
/* * Moorestown specific x86_init function overrides and early setup * calls.
*/ void __init x86_intel_mid_early_setup(void)
{
x86_init.resources.probe_roms = x86_init_noop;
x86_init.resources.reserve_resources = x86_init_noop;
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.