From: Myron Stowe Date: Mon, 7 Nov 2011 23:23:27 +0000 (-0700) Subject: ACPI: Fix possible alignment issues with GAS 'address' references X-Git-Tag: v3.3-rc1~8^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9ffce27962c0c5fdc6adf74790ea0fcbe4a99c;p=pandora-kernel.git ACPI: Fix possible alignment issues with GAS 'address' references Generic Address Structures (GAS) may reside within ACPI tables which are byte aligned. This patch copies GAS 'address' references to a local variable, which will be naturally aligned, to be used going forward. ACPI Generic Address Structure (GAS) reference: ACPI Specification, Revision 4.0, Section 5.2.3.1, "Generic Address Structure" Signed-off-by: Myron Stowe Signed-off-by: Len Brown --- Reading git-diff-tree failed