ACPICA: Fix access width for reset vector
authorMatthew Garrett <mjg@redhat.com>
Fri, 11 Mar 2011 21:12:18 +0000 (16:12 -0500)
committerLen Brown <len.brown@intel.com>
Wed, 23 Mar 2011 03:51:59 +0000 (23:51 -0400)
commitf17d9cbf20c4734c4199caa6dee87047f2f8278f
treee0392f20c36d010aff18b2e705d07eaac4231852
parent521cb40b0c44418a4fd36dc633f575813d59a43d
ACPICA: Fix access width for reset vector

Section 4.7.3.6 of the ACPI specification requires that the register width
of the reset vector be 8 bits. Windows simply hardcodes the access to be
a byte and ignores the width provided in the FADT, so make sure that we
do the same.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/hwxface.c