intel_idle: Allow loading ACPI tables for any family
authorLen Brown <len.brown@intel.com>
Fri, 8 Aug 2025 19:37:14 +0000 (15:37 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 11 Aug 2025 19:43:26 +0000 (21:43 +0200)
commite91a158b694d7f4bd937763dde79ed0afa472d8a
tree56e94046b0c22b60ac641cf07ceed80f66466924
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
intel_idle: Allow loading ACPI tables for any family

There is no reason to limit intel_idle's loading of ACPI tables to
family 6.  Upcoming Intel processors are not in family 6.

Below "Fixes" really means "applies cleanly until".
That syntax commit didn't change the previous logic,
but shows this patch applies back 5-years.

Fixes: 4a9f45a0533f ("intel_idle: Convert to new X86 CPU match macros")
Signed-off-by: Len Brown <len.brown@intel.com>
Link: https://patch.msgid.link/06101aa4fe784e5b0be1cb2c0bdd9afcf16bd9d4.1754681697.git.len.brown@intel.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/idle/intel_idle.c