mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 08:24:12 +03:00
eliminate AcpiHwGetModeCapabilities. It was useless.
date 2001.11.15.01.19.00; author agrover; state Exp;
This commit is contained in:
parent
36bebe8e30
commit
5f742b7f9a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user