From deb2ebd557b4b699333566a1246af2eaa588fd6b Mon Sep 17 00:00:00 2001 From: Bob Moore Date: Tue, 6 Jul 2010 10:02:16 +0800 Subject: [PATCH] --- yaml --- r: 206765 b: refs/heads/master c: ddcc6a037c0f9378f29658636a2c2b54c4238ec4 h: refs/heads/master i: 206763: 047a19ed4336a99182a2f894add4d999557b2aae v: v3 --- [refs] | 2 +- trunk/include/acpi/acoutput.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index fef66ad3549d..63771c46534a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9d8b5e7b28179784e2c6250086a44021fbb9c5a0 +refs/heads/master: ddcc6a037c0f9378f29658636a2c2b54c4238ec4 diff --git a/trunk/include/acpi/acoutput.h b/trunk/include/acpi/acoutput.h index 5e952262d6ee..bc4a6deb73b0 100644 --- a/trunk/include/acpi/acoutput.h +++ b/trunk/include/acpi/acoutput.h @@ -71,8 +71,9 @@ #define ACPI_TOOLS 0x00002000 #define ACPI_EXAMPLE 0x00004000 #define ACPI_DRIVER 0x00008000 +#define DT_COMPILER 0x00010000 -#define ACPI_ALL_COMPONENTS 0x0000FFFF +#define ACPI_ALL_COMPONENTS 0x0001FFFF #define ACPI_COMPONENT_DEFAULT (ACPI_ALL_COMPONENTS) /* Component IDs reserved for ACPI drivers */