Skip to content
  • Rafael J. Wysocki's avatar
    ACPI: Do not modify SCI_EN directly · 11e93130
    Rafael J. Wysocki authored
    
    
    According to the ACPI specification the SCI_EN flag is controlled by
    the hardware, which sets this flag to inform the kernel that ACPI is
    enabled.  For this reason, we shouldn't try to modify SCI_EN
    directly.  Also, we don't need to do it in irqrouter_resume(), since
    lower-level resume code takes care of enabling ACPI in case it hasn't
    been enabled by the BIOS before passing control to the kernel (which
    by the way is against the ACPI specification).
    
    Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
    Signed-off-by: default avatarLen Brown <len.brown@intel.com>
    11e93130