From: Bob Moore Date: Tue, 22 May 2012 08:35:00 +0000 (+0800) Subject: ACPICA: Add FADT error message for GAS BitWidth overflow X-Git-Tag: v3.6-rc1~82^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66be71ff477389ff12c9c43dc6ee176cf8e1dd3a;p=pandora-kernel.git ACPICA: Add FADT error message for GAS BitWidth overflow Error for possible overflow during conversion from 32-bit legacy register addresses to GAS format. The GAS struct contains a one-byte BitWidth field, meaning that the maximum length of a register is 255 bits. ACPICA BZ 953. https://www.acpica.org/bugzilla/show_bug.cgi?id=953 Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed