Cleanup and removed obsolete comment

date	2001.12.20.22.25.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:44:57 +00:00
parent 8aa08dd499
commit 53b6b3886b

View File

@ -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)
{