The following loader tunables do have corresponding sysctl MIBs but
with inconsistent naming. That may be historical reason. Let's prefer
consistent naming for them so that the code is easier to read and maintain.
- hw.dmar.timeout -> hw.iommu.dmar.timeout
- hw.lapic_eoi_suppression -> hw.apic.eoi_suppression
- hw.lapic_tsc_deadline -> hw.apic.timer_tsc_deadline
- hw.x2apic_enable -> hw.apic.x2apic_mode
Those tunables are for field debugging, no need to keep old names for
compatibility.
MFC after: 5 days