eliminate AcpiHwGetModeCapabilities. It was useless.

date	2001.11.15.01.19.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:23:38 +00:00
parent 36bebe8e30
commit 5f742b7f9a

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utxface - External interfaces for "global" ACPI functions
* $Revision: 1.82 $
* $Revision: 1.83 $
*
*****************************************************************************/
@ -474,7 +474,7 @@ AcpiGetSystemInfo (
/* System flags (ACPI capabilities) */
InfoPtr->Flags = AcpiGbl_SystemFlags;
InfoPtr->Flags = SYS_MODE_ACPI;
/* Timer resolution - 24 or 32 bits */
if (!AcpiGbl_FADT)