On Mon, Jan 6, 2025 at 4:32 AM Mario Limonciello <mario.limonciello@xxxxxxx> wrote: > > On 12/28/2024 10:52, Hans de Goede wrote: > > acpi_dev_irq_override() gets called approx. 30 times during boot (15 legacy > > IRQs * 2 override_table entries). Of these 30 calls at max 1 will match > > the non DMI checks done by acpi_dev_irq_override(). The dmi_check_system() > > check is by far the most expensive check done by acpi_dev_irq_override(), > > make this call the last check done by acpi_dev_irq_override() so that it > > will be called at max 1 time instead of 30 times. > > > > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> > > Reviewed-by: Mario Limonciello <mario.limonciello@xxxxxxx> Applied as 6.13-rc material, thanks!