Skip to content

Commit 8564663

Browse files
committed
[ACPI] Addendum to d537356
1 parent d537356 commit 8564663

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

drivers/bus/acpi/acpica/events/evhandler.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ UINT8 AcpiGbl_DefaultAddressSpaces[ACPI_NUM_DEFAULT_SPACES] =
6868
ACPI_ADR_SPACE_SYSTEM_MEMORY,
6969
ACPI_ADR_SPACE_SYSTEM_IO,
7070
ACPI_ADR_SPACE_PCI_CONFIG,
71-
ACPI_ADR_SPACE_DATA_TABLE
71+
ACPI_ADR_SPACE_DATA_TABLE,
72+
ACPI_ADR_SPACE_EC
7273
};
7374

7475

drivers/bus/acpi/acpica/include/acconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
/* Maximum SpaceIds for Operation Regions */
200200

201201
#define ACPI_MAX_ADDRESS_SPACE 255
202-
#define ACPI_NUM_DEFAULT_SPACES 4
202+
#define ACPI_NUM_DEFAULT_SPACES 5
203203

204204
/* Array sizes. Used for range checking also */
205205

0 commit comments

Comments
 (0)