mirror of
https://github.com/acpica/acpica/
synced 2025-03-10 00:01:38 +03:00
Cleanup and removed obsolete comment
date 2001.12.20.22.25.00; author rmoore1; state Exp;
This commit is contained in:
parent
8aa08dd499
commit
53b6b3886b
@ -2,7 +2,7 @@
|
||||
*
|
||||
* Module Name: evsci - System Control Interrupt configuration and
|
||||
* legacy to ACPI mode state transition functions
|
||||
* $Revision: 1.75 $
|
||||
* $Revision: 1.76 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -126,15 +126,6 @@
|
||||
MODULE_NAME ("evsci")
|
||||
|
||||
|
||||
/*
|
||||
* Elements correspond to counts for TMR, NOT_USED, GBL, PWR_BTN, SLP_BTN, RTC,
|
||||
* and GENERAL respectively. These counts are modified by the ACPI interrupt
|
||||
* handler.
|
||||
*
|
||||
* TBD: [Investigate] Note that GENERAL should probably be split out into
|
||||
* one element for each bit in the GPE registers
|
||||
*/
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
@ -283,12 +274,10 @@ AcpiEvRestoreAcpiState (void)
|
||||
AcpiGbl_Pm1EnableRegisterSave);
|
||||
}
|
||||
|
||||
|
||||
/* Ensure that all status bits are clear */
|
||||
|
||||
AcpiHwClearAcpiStatus ();
|
||||
|
||||
|
||||
/* Now restore the GPEs */
|
||||
|
||||
for (Index = 0; Index < DIV_2 (AcpiGbl_FADT->Gpe0BlkLen); Index++)
|
||||
@ -301,7 +290,7 @@ AcpiEvRestoreAcpiState (void)
|
||||
}
|
||||
}
|
||||
|
||||
/* GPE 1 present? */
|
||||
/* GPE Block 1 present? */
|
||||
|
||||
if (AcpiGbl_FADT->Gpe1BlkLen)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user