Re: [PATCH] ACPI: x86: Apple T2 systems need early CPU offlining
Lukas Wunner <[email protected]>
| Newsgroups | org.kernel.vger.linux-acpi,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <[email protected]> |
[cc += Chen Yu, start of thread is here: https://lore.kernel.org/all/[email protected]/ ] On Wed, Aug 12, 2026 at 02:03:26PM +0200, Andre Eikmeyer wrote: > Linux reports _OSI("Darwin") on x86 Apple systems. On T2 Macs, the > selected firmware suspend path makes secondary CPU startup during early > resume take several seconds per CPU. That's not a T2-specific issue. It occurs on older Intel Macs as well. Back in 2018, Chen Yu root-caused it to an invalid MTRR upon resume from system sleep: https://lore.kernel.org/all/[email protected]/ I've been using his patch for 8 years to reduce resume time on my MacBookPro9,1. Unfortunately it was never applied upstream for reasons unknown. It probably just slipped through the cracks. You may want to test if his patch helps on T2 models as well. I think it's a more generic solution to the problem than the one you're proposing. Thanks, Lukas