]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Fix AEST Processor generic resource substructure data field byte length
authorShuuichirou Ishii <ishii.shuuichir@fujitsu.com>
Wed, 22 Dec 2021 16:28:34 +0000 (17:28 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Dec 2021 16:01:28 +0000 (17:01 +0100)
commitea9c851991090b663a814d741339dbf3d5bf54bc
tree70498a4dc7e03784643cf569773d758511e171eb
parent1cad51a2347c37d287fdbd0a0e2830614623543d
ACPICA: Fix AEST Processor generic resource substructure data field byte length

ACPICA commit 13b9327761955f6e1e5dbf748b3112940c0dc539

The byte length of the Data field in the AEST Processor generic resource
substructure defined in ACPI for the Armv8 RAS Extensions 1.1 is 4Byte.
However, it is defined as a pointer type, and on a 64-bit machine,
it is interpreted as 8 bytes. Therefore, it is changed from a pointer
type unsigned integer 1 byte to an unsigned integer 4 bytes.

Link: https://github.com/acpica/acpica/commit/13b93277
Signed-off-by: Shuuichirou Ishii <ishii.shuuichir@fujitsu.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/actbl2.h