diff options
author | Bob Moore <robert.moore@intel.com> | 2011-11-16 01:14:32 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-01-17 03:36:29 -0500 |
commit | 2da120b6847f85c406f9afa13853e2755684389e (patch) | |
tree | 08a3540fd90ce2159aa04bb08f55a060f10f3315 /drivers/acpi/acpica/exfldio.c | |
parent | 9ce81784c9c0396a6a6be05248928a71134fe60b (diff) |
ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation region
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/exfldio.c')
-rw-r--r-- | drivers/acpi/acpica/exfldio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/exfldio.c b/drivers/acpi/acpica/exfldio.c index cc9c5dfa4c45..5b76c11418fa 100644 --- a/drivers/acpi/acpica/exfldio.c +++ b/drivers/acpi/acpica/exfldio.c | |||
@@ -131,10 +131,11 @@ acpi_ex_setup_region(union acpi_operand_object *obj_desc, | |||
131 | } | 131 | } |
132 | 132 | ||
133 | /* | 133 | /* |
134 | * Exit now for SMBus or IPMI address space, it has a non-linear | 134 | * Exit now for SMBus, GSBus or IPMI address space, it has a non-linear |
135 | * address space and the request cannot be directly validated | 135 | * address space and the request cannot be directly validated |
136 | */ | 136 | */ |
137 | if (space_id == ACPI_ADR_SPACE_SMBUS || | 137 | if (space_id == ACPI_ADR_SPACE_SMBUS || |
138 | space_id == ACPI_ADR_SPACE_GSBUS || | ||
138 | space_id == ACPI_ADR_SPACE_IPMI) { | 139 | space_id == ACPI_ADR_SPACE_IPMI) { |
139 | 140 | ||
140 | /* SMBus or IPMI has a non-linear address space */ | 141 | /* SMBus or IPMI has a non-linear address space */ |