Add an additional knob to just disable the apic code without also having
to resort to disabling acpi as well. I'll document this in the release notes for amd64. Approved by: re (scottl)
This commit is contained in:
parent
29f2f145e4
commit
98248357d4
@ -190,7 +190,7 @@ madt_probe(void)
|
||||
XSDT_DESCRIPTOR *xsdt;
|
||||
int i, count;
|
||||
|
||||
if (resource_disabled("acpi", 0))
|
||||
if (resource_disabled("acpi", 0) || resource_disabled("apic", 0))
|
||||
return (ENXIO);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user