ACPICA: Add FADT error message for GAS BitWidth overflow
authorBob Moore <robert.moore@intel.com>
Tue, 22 May 2012 08:35:00 +0000 (16:35 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 1 Jun 2012 15:51:53 +0000 (11:51 -0400)
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 <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found