diff options
author | Shuuichirou Ishii <[email protected]> | 2021-12-22 17:28:34 +0100 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2021-12-27 17:01:28 +0100 |
commit | 00395b74d57ff81795ec392627db7e1764c94941 (patch) | |
tree | 70498a4dc7e03784643cf569773d758511e171eb /net/lapb/lapb_timer.c | |
parent | e4a07f5acd730802ada629d52a29c4873f9826a4 (diff) |
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 <[email protected]>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions