From: Matthew Garrett Date: Fri, 11 Mar 2011 21:12:18 +0000 (-0500) Subject: ACPICA: Fix access width for reset vector X-Git-Tag: v2.6.39-rc1~90^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17d9cbf20c4734c4199caa6dee87047f2f8278f;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed