Now that external interrupt affinity can be limited to the range of
CPUs that can be reached through legacy IOAPIC RTEs and MSI, it is
possible to use additional CPUs.
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
}
/*
- * Without IR, all CPUs can be addressed by IOAPIC/MSI only
- * in physical mode, and CPUs with an APIC ID that cannnot
- * be addressed must not be brought online.
+ * Without IR, use physical mode to maximise the number of
+ * CPUs that can be addressed by IOAPIC/MSI.
*/
- x2apic_set_max_apicid(apic_limit);
x2apic_phys = 1;
}