16-bit change

date	2001.12.18.22.28.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:41:53 +00:00
parent 0dc5d7426a
commit ac50e70f55

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: aemain - Main routine for the AcpiExec utility
* $Revision: 1.43 $
* $Revision: 1.45 $
*
*****************************************************************************/
@ -224,6 +224,16 @@ AcpiGetIrqRoutingTable (
{
return AE_NOT_IMPLEMENTED;
}
ACPI_STATUS
AcpiGetFirmwareTable (
ACPI_STRING Signature,
UINT32 Instance,
UINT32 Flags,
ACPI_TABLE_HEADER **TablePointer)
{
return (AE_NOT_IMPLEMENTED);
}
#endif
/******************************************************************************
@ -371,7 +381,6 @@ main (
}
/* Need a fake FADT so that the hardware component is happy */
ACPI_STORE_ADDRESS (LocalFADT.XGpe0Blk.Address, 0x70);
@ -388,7 +397,6 @@ main (
AcpiGbl_FACS = &LocalFACS;
/* TBD:
* Need a way to call this after the "LOAD" command
*/