• Venkatesh Pallipadi's avatar
    ACPI: fix suspend regression due to idle update · b077fbad
    Venkatesh Pallipadi authored
    Earlier patch (bc71bec9) broke
    suspend resume on many laptops. The problem was reported by
    Carlos R. Mafra and Calvin Walton, who bisected the issue to above patch.
    
    The problem was because, C2 and C3 code were calling acpi_idle_enter_c1
    directly, with C2 or C3 as state parameter, while suspend/resume was in
    progress. The patch bc71bec9
    
     started making use of that state information,
    assuming that it would always be referring to C1 state. This caused the
    problem with suspend-resume as we ended up using C2/C3 state indirectly.
    
    Fix this by adding acpi_idle_suspend check in enter_c1.
    Signed-off-by: default avatarVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>
    Signed-off-by: default avatarLen Brown <len.brown@intel.com>
    b077fbad
processor_idle.c 47.5 KB