- Make ACPI use PCH. Cuts down compile time to 9 seconds on gcc.

svn path=/trunk/; revision=20747
This commit is contained in:
Alex Ionescu 2006-01-09 00:41:48 +00:00
parent 9cfeba8d37
commit 627eebfc7b
111 changed files with 219 additions and 606 deletions

View file

@ -134,4 +134,5 @@
<file>cmxface.c</file>
</directory>
<file>acpi.rc</file>
<pch>include/acpi.h</pch>
</module>

View file

@ -24,12 +24,7 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_DISPATCHER
MODULE_NAME ("dsfield")

View file

@ -24,15 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "amlcode.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "actables.h"
#include "acdebug.h"
#include <acpi.h>
#define _COMPONENT ACPI_DISPATCHER
MODULE_NAME ("dsmethod")

View file

@ -24,13 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_DISPATCHER
MODULE_NAME ("dsmthdat")

View file

@ -24,12 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "amlcode.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_DISPATCHER
MODULE_NAME ("dsobject")

View file

@ -25,14 +25,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "amlcode.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "acevents.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_DISPATCHER
MODULE_NAME ("dsopcode")

View file

@ -24,13 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "amlcode.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "acdebug.h"
#include <acpi.h>
#define _COMPONENT ACPI_DISPATCHER
MODULE_NAME ("dsutils")

View file

@ -25,14 +25,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "amlcode.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "acdebug.h"
#include <acpi.h>
#define _COMPONENT ACPI_DISPATCHER
MODULE_NAME ("dswexec")

View file

@ -24,14 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "amlcode.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_DISPATCHER
MODULE_NAME ("dswload")

View file

@ -24,10 +24,7 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "acdispat.h"
#include <acpi.h>
#define _COMPONENT ACPI_DISPATCHER
MODULE_NAME ("dswscope")

View file

@ -24,12 +24,7 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acparser.h"
#include "acdispat.h"
#include "acnamesp.h"
#include "acinterp.h"
#include <acpi.h>
#define _COMPONENT ACPI_DISPATCHER
MODULE_NAME ("dswstate")

View file

@ -24,11 +24,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "acpi.h"
#include "achware.h"
#include "acevents.h"
#include "acnamesp.h"
#include "accommon.h"
#include <acpi.h>
#define _COMPONENT ACPI_EVENTS
MODULE_NAME ("evevent")

View file

@ -24,11 +24,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "acpi.h"
#include "acevents.h"
#include "acnamesp.h"
#include "acinterp.h"
#include "achware.h"
#include <acpi.h>
#define _COMPONENT ACPI_EVENTS
MODULE_NAME ("evmisc")

View file

@ -24,11 +24,7 @@
*/
#include "acpi.h"
#include "acevents.h"
#include "acnamesp.h"
#include "acinterp.h"
#include "amlcode.h"
#include <acpi.h>
#define _COMPONENT ACPI_EVENTS
MODULE_NAME ("evregion")

View file

@ -24,11 +24,7 @@
*/
#include "acpi.h"
#include "acevents.h"
#include "acnamesp.h"
#include "acinterp.h"
#include "amlcode.h"
#include <acpi.h>
#define _COMPONENT ACPI_EVENTS
MODULE_NAME ("evrgnini")

View file

@ -24,11 +24,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "acpi.h"
#include "acnamesp.h"
#include "achware.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_EVENTS
MODULE_NAME ("evsci")

View file

@ -24,12 +24,7 @@
*/
#include "acpi.h"
#include "achware.h"
#include "acnamesp.h"
#include "acevents.h"
#include "amlcode.h"
#include "acinterp.h"
#include <acpi.h>
#define _COMPONENT ACPI_EVENTS
MODULE_NAME ("evxface")

View file

@ -24,12 +24,7 @@
*/
#include "acpi.h"
#include "achware.h"
#include "acnamesp.h"
#include "acevents.h"
#include "amlcode.h"
#include "acinterp.h"
#include <acpi.h>
#define _COMPONENT ACPI_EVENTS
MODULE_NAME ("evxfevnt")

View file

@ -25,12 +25,7 @@
*/
#include "acpi.h"
#include "achware.h"
#include "acnamesp.h"
#include "acevents.h"
#include "amlcode.h"
#include "acinterp.h"
#include <acpi.h>
#define _COMPONENT ACPI_EVENTS
MODULE_NAME ("evxfregn")

View file

@ -24,14 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "acevents.h"
#include "actables.h"
#include "acdispat.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -24,14 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acnamesp.h"
#include "acinterp.h"
#include "acevents.h"
#include "amlcode.h"
#include "acdispat.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER
MODULE_NAME ("amconvrt")

View file

@ -24,13 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "acevents.h"
#include "acdispat.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -24,11 +24,7 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER
MODULE_NAME ("amdump")

View file

@ -24,13 +24,8 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acnamesp.h"
#include "acinterp.h"
#include "acevents.h"
#include "amlcode.h"
#include "acdispat.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -24,13 +24,8 @@
*/
#include "acpi.h"
#include "acdispat.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "achware.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -24,12 +24,7 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "achware.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,11 +25,8 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acdispat.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,12 +25,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,11 +25,8 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "achware.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER
MODULE_NAME ("ammutex")

View file

@ -25,10 +25,8 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER
MODULE_NAME ("amnames")

View file

@ -25,11 +25,7 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "acparser.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,12 +25,8 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "achware.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,14 +25,8 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "actables.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,14 +25,8 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "actables.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,14 +25,8 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "actables.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,13 +25,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -26,13 +26,8 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,13 +25,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,11 +25,8 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "achware.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER
MODULE_NAME ("amsystem")

View file

@ -25,12 +25,8 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER
MODULE_NAME ("amutils")

View file

@ -25,8 +25,8 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include <acpi.h>
#define _COMPONENT ACPI_EXECUTER

View file

@ -25,9 +25,7 @@
*/
#include "acpi.h"
#include "achware.h"
#include <acpi.h>
#define _COMPONENT ACPI_HARDWARE
MODULE_NAME ("hwacpi")

View file

@ -24,10 +24,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "acpi.h"
#include "achware.h"
#include "acnamesp.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_HARDWARE
MODULE_NAME ("hwgpe")

View file

@ -26,9 +26,7 @@
*/
#include "acpi.h"
#include "achware.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_HARDWARE
MODULE_NAME ("hwregs")

View file

@ -24,9 +24,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "acpi.h"
#include "acnamesp.h"
#include "achware.h"
#include <acpi.h>
#define _COMPONENT ACPI_HARDWARE
MODULE_NAME ("hwsleep")

View file

@ -24,8 +24,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "acpi.h"
#include "achware.h"
#include <acpi.h>
#define _COMPONENT ACPI_HARDWARE
MODULE_NAME ("hwtimer")

View file

@ -146,102 +146,5 @@
#define AE_CODE_CTRL_MAX 0x0008
#ifdef DEFINE_ACPI_GLOBALS
/*
* String versions of the exception codes above
* These strings must match the corresponding defines exactly
*/
static NATIVE_CHAR *acpi_gbl_exception_names_env[] =
{
"AE_OK",
"AE_ERROR",
"AE_NO_ACPI_TABLES",
"AE_NO_NAMESPACE",
"AE_NO_MEMORY",
"AE_NOT_FOUND",
"AE_NOT_EXIST",
"AE_EXIST",
"AE_TYPE",
"AE_NULL_OBJECT",
"AE_NULL_ENTRY",
"AE_BUFFER_OVERFLOW",
"AE_STACK_OVERFLOW",
"AE_STACK_UNDERFLOW",
"AE_NOT_IMPLEMENTED",
"AE_VERSION_MISMATCH",
"AE_SUPPORT",
"AE_SHARE",
"AE_LIMIT",
"AE_TIME",
"AE_UNKNOWN_STATUS",
"AE_ACQUIRE_DEADLOCK",
"AE_RELEASE_DEADLOCK",
"AE_NOT_ACQUIRED",
"AE_ALREADY_ACQUIRED",
"AE_NO_HARDWARE_RESPONSE",
"AE_NO_GLOBAL_LOCK",
};
static NATIVE_CHAR *acpi_gbl_exception_names_pgm[] =
{
"AE_BAD_PARAMETER",
"AE_BAD_CHARACTER",
"AE_BAD_PATHNAME",
"AE_BAD_DATA",
"AE_BAD_ADDRESS",
};
static NATIVE_CHAR *acpi_gbl_exception_names_tbl[] =
{
"AE_BAD_SIGNATURE",
"AE_BAD_HEADER",
"AE_BAD_CHECKSUM",
"AE_BAD_VALUE",
};
static NATIVE_CHAR *acpi_gbl_exception_names_aml[] =
{
"AE_AML_ERROR",
"AE_AML_PARSE",
"AE_AML_BAD_OPCODE",
"AE_AML_NO_OPERAND",
"AE_AML_OPERAND_TYPE",
"AE_AML_OPERAND_VALUE",
"AE_AML_UNINITIALIZED_LOCAL",
"AE_AML_UNINITIALIZED_ARG",
"AE_AML_UNINITIALIZED_ELEMENT",
"AE_AML_NUMERIC_OVERFLOW",
"AE_AML_REGION_LIMIT",
"AE_AML_BUFFER_LIMIT",
"AE_AML_PACKAGE_LIMIT",
"AE_AML_DIVIDE_BY_ZERO",
"AE_AML_BAD_NAME",
"AE_AML_NAME_NOT_FOUND",
"AE_AML_INTERNAL",
"AE_AML_INVALID_SPACE_ID",
"AE_AML_STRING_LIMIT",
"AE_AML_NO_RETURN_VALUE",
"AE_AML_METHOD_LIMIT",
"AE_AML_NOT_OWNER",
"AE_AML_MUTEX_ORDER",
"AE_AML_MUTEX_NOT_ACQUIRED",
};
static NATIVE_CHAR *acpi_gbl_exception_names_ctrl[] =
{
"AE_CTRL_RETURN_VALUE",
"AE_CTRL_PENDING",
"AE_CTRL_TERMINATE",
"AE_CTRL_TRUE",
"AE_CTRL_FALSE",
"AE_CTRL_DEPTH",
"AE_CTRL_END",
"AE_CTRL_TRANSFER",
};
#endif /* DEFINE_ACPI_GLOBALS */
#endif /* __ACEXCEP_H__ */

View file

@ -29,6 +29,7 @@
#include "platform/types.h"
#undef ROUND_DOWN
#undef ROUND_UP
#define DEFINE_ACPI_GLOBALS
/*
* Common includes for all ACPI driver files
@ -51,6 +52,18 @@
#include "achware.h" /* Hardware defines and interfaces */
#include "accommon.h" /* Common interfaces */
#include "acresrc.h" /* Resource Manager function prototypes */
#include "acparser.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "acevents.h"
#include "actables.h"
#include "acdispat.h"
#include <ntddk.h>
#include <bm.h>
#include <bn.h>
#include <bmpower.h>
#include <acpisys.h>
#include <acglobal.h>
#endif /* __ACPI_H__ */

View file

@ -24,12 +24,7 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "acdispat.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nsaccess")

View file

@ -24,10 +24,7 @@
*/
#include "acpi.h"
#include "acnamesp.h"
#include "acinterp.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nsalloc")

View file

@ -25,12 +25,7 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acparser.h"
#include "acinterp.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nseval")

View file

@ -24,9 +24,7 @@
*/
#include "acpi.h"
#include "acnamesp.h"
#include "acdispat.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nsinit")

View file

@ -24,14 +24,7 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "amlcode.h"
#include "acparser.h"
#include "acdispat.h"
#include "acdebug.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nsload")

View file

@ -24,11 +24,7 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acinterp.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nsnames")

View file

@ -25,12 +25,7 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "acinterp.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nsobject")

View file

@ -24,11 +24,7 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acinterp.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nssearch")

View file

@ -25,11 +25,7 @@
*/
#include "acpi.h"
#include "acnamesp.h"
#include "acinterp.h"
#include "amlcode.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nsutils")

View file

@ -24,10 +24,7 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nswalk")

View file

@ -25,13 +25,7 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "amlcode.h"
#include "acparser.h"
#include "acdispat.h"
#include "acevents.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE

View file

@ -25,11 +25,7 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "acdispat.h"
#include <acpi.h>
#define _COMPONENT ACPI_NAMESPACE
MODULE_NAME ("nsxfobj")

View file

@ -7,8 +7,7 @@
* UPDATE HISTORY:
* 01-05-2001 CSH Created
*/
#include <acpisys.h>
#include <bm.h>
#include <acpi.h>
#define NDEBUG
#include <debug.h>

View file

@ -7,9 +7,7 @@
* UPDATE HISTORY:
* 01-05-2001 CSH Created
*/
#include <acpisys.h>
#include <bm.h>
#include <bn.h>
#include <acpi.h>
#define NDEBUG
#include <debug.h>

View file

@ -24,8 +24,6 @@
*/
#include <acpi.h>
#include "bn.h"
#define _COMPONENT ACPI_BUTTON
MODULE_NAME ("bn")

View file

@ -25,7 +25,7 @@
#include <acpi.h>
#include "bm.h"
#define _COMPONENT ACPI_BUS_MANAGER

View file

@ -25,7 +25,7 @@
#include <acpi.h>
#include "bm.h"
#define _COMPONENT ACPI_BUS_MANAGER

View file

@ -25,8 +25,6 @@
#include <acpi.h>
#include "bm.h"
#include "bmpower.h"
#define _COMPONENT ACPI_POWER_CONTROL

View file

@ -34,9 +34,6 @@
#include <acpi.h>
#include "bm.h"
#include "bmpower.h"
#define _COMPONENT ACPI_POWER_CONTROL
MODULE_NAME ("bmpower")

View file

@ -25,7 +25,6 @@
#include <acpi.h>
#include "bm.h"
#define _COMPONENT ACPI_BUS_MANAGER
MODULE_NAME ("bmrequest")

View file

@ -25,7 +25,6 @@
#include <acpi.h>
#include "bm.h"
#define _COMPONENT ACPI_BUS_MANAGER

View file

@ -25,8 +25,6 @@
#include <acpi.h>
#include "bm.h"
#define _COMPONENT ACPI_BUS_MANAGER
MODULE_NAME ("bmutils")

View file

@ -25,7 +25,6 @@
#include <acpi.h>
#include "bm.h"
#define _COMPONENT ACPI_BUS_MANAGER
MODULE_NAME ("bmxface")

View file

@ -8,9 +8,7 @@
* UPDATE HISTORY:
* 08-08-2001 CSH Created
*/
#include <acpisys.h>
#include <bm.h>
#include <bn.h>
#include <acpi.h>
#define NDEBUG
#include <debug.h>

View file

@ -4,9 +4,6 @@
* PURPOSE: ACPI bus driver definitions
*/
#define ACPI_DEBUG
#include <acpi.h>
#include <ntddk.h>
#include <bm.h>
typedef ACPI_STATUS (*ACPI_DRIVER_FUNCTION)(VOID);

View file

@ -22,7 +22,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <acpisys.h>
#include <acpi.h>
#define NDEBUG
#include <debug.h>

View file

@ -7,9 +7,7 @@
* UPDATE HISTORY:
* 08-08-2001 CSH Created
*/
#include <acpisys.h>
#include <bm.h>
#include <bn.h>
#include <acpi.h>
#define NDEBUG
#include <debug.h>

View file

@ -24,10 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "amlcode.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_PARSER
MODULE_NAME ("psargs")

View file

@ -24,9 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "amlcode.h"
#include <acpi.h>
#define _COMPONENT ACPI_PARSER

View file

@ -33,13 +33,7 @@
* templates in Aml_op_info[]
*/
#include "acpi.h"
#include "acparser.h"
#include "acdispat.h"
#include "amlcode.h"
#include "acnamesp.h"
#include "acdebug.h"
#include "acinterp.h"
#include <acpi.h>
#define _COMPONENT ACPI_PARSER
MODULE_NAME ("psparse")

View file

@ -24,8 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include <acpi.h>
#define _COMPONENT ACPI_PARSER
MODULE_NAME ("psscope")

View file

@ -24,9 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "amlcode.h"
#include <acpi.h>
#define _COMPONENT ACPI_PARSER
MODULE_NAME ("pstree")

View file

@ -24,9 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "amlcode.h"
#include <acpi.h>
#define _COMPONENT ACPI_PARSER
MODULE_NAME ("psutils")

View file

@ -24,12 +24,7 @@
*/
#include "acpi.h"
#include "amlcode.h"
#include "acparser.h"
#include "acdispat.h"
#include "acnamesp.h"
#include "acinterp.h"
#include <acpi.h>
#define _COMPONENT ACPI_PARSER
MODULE_NAME ("pswalk")

View file

@ -24,13 +24,7 @@
*/
#include "acpi.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_PARSER
MODULE_NAME ("psxface")

View file

@ -27,8 +27,7 @@
*/
#include "acpi.h"
#include "acresrc.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rsaddr")

View file

@ -25,10 +25,7 @@
*/
#include "acpi.h"
#include "acresrc.h"
#include "amlcode.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rscalc")

View file

@ -26,10 +26,7 @@
*/
#include "acpi.h"
#include "acresrc.h"
#include "amlcode.h"
#include "acnamesp.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rscreate")

View file

@ -24,8 +24,7 @@
*/
#include "acpi.h"
#include "acresrc.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rsdump")

View file

@ -29,9 +29,7 @@
*/
#include "acpi.h"
#include "acresrc.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rsio")

View file

@ -27,8 +27,7 @@
*/
#include "acpi.h"
#include "acresrc.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rsirq")

View file

@ -25,8 +25,7 @@
*/
#include "acpi.h"
#include "acresrc.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rslist")

View file

@ -29,8 +29,7 @@
*/
#include "acpi.h"
#include "acresrc.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rsmemory")

View file

@ -31,8 +31,7 @@
*/
#include "acpi.h"
#include "acresrc.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rsmisc")

View file

@ -24,10 +24,7 @@
*/
#include "acpi.h"
#include "acnamesp.h"
#include "acresrc.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rsutils")

View file

@ -24,10 +24,7 @@
*/
#include "acpi.h"
#include "acinterp.h"
#include "acnamesp.h"
#include "acresrc.h"
#include <acpi.h>
#define _COMPONENT ACPI_RESOURCES
MODULE_NAME ("rsxface")

View file

@ -24,11 +24,7 @@
*/
#include "acpi.h"
#include "achware.h"
#include "actables.h"
#include "actbl.h"
#include <acpi.h>
#define _COMPONENT ACPI_TABLES
MODULE_NAME ("tbconvrt")

View file

@ -24,10 +24,7 @@
*/
#include "acpi.h"
#include "achware.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_TABLES
MODULE_NAME ("tbget")

View file

@ -24,10 +24,7 @@
*/
#include "acpi.h"
#include "achware.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_TABLES
MODULE_NAME ("tbinstal")

View file

@ -24,10 +24,7 @@
*/
#include "acpi.h"
#include "actables.h"
#include "acinterp.h"
#include <acpi.h>
#define _COMPONENT ACPI_TABLES
MODULE_NAME ("tbutils")

View file

@ -25,11 +25,7 @@
*/
#include "acpi.h"
#include "acnamesp.h"
#include "acinterp.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_TABLES
MODULE_NAME ("tbxface")

View file

@ -24,10 +24,7 @@
*/
#include "acpi.h"
#include "achware.h"
#include "actables.h"
#include <acpi.h>
#define _COMPONENT ACPI_TABLES
MODULE_NAME ("tbxfroot")

Some files were not shown because too many files have changed in this diff Show more