Home
last modified time | relevance | path

Searched hist:"00395 b74" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/acpi/
H A Dactbl2.h00395b74 Wed Dec 22 10:28:34 CST 2021 Shuuichirou Ishii <ishii.shuuichir@fujitsu.com> 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>