This commit was generated by cvs2svn to compensate for changes in r114584,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Warner Losh 2003-05-03 17:16:40 +00:00
commit d2d8d8cf9d

View File

@ -186,7 +186,7 @@ AcpiHwClearAcpiStatus (void)
for (i = 0; i < GpeBlock->RegisterCount; i++)
{
Status = AcpiHwLowLevelWrite (8, 0xFF,
&GpeBlock->RegisterInfo[i].StatusAddress, (UINT32) i);
&GpeBlock->RegisterInfo[i].StatusAddress, (UINT32) 0);
if (ACPI_FAILURE (Status))
{
goto UnlockAndExit;