MdePkg: ArmLib: Return UINT32 for ArmCacheWritebackGranule

ArmCacheWritebackGranule should not return value higher than MAX_UINT32.

This change will allow the usage without architecture depenedent return
size.

Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Sami Mujawar <sami.mujawar@arm.com>

Signed-off-by: Kun Qin <kun.qin@microsoft.com>
This commit is contained in:
Kun Qin 2024-10-10 15:42:26 -07:00 committed by mergify[bot]
parent 9d0f3dd35d
commit 6539b693d1
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ ArmInstructionCacheLineLength (
VOID
);
UINTN
UINT32
EFIAPI
ArmCacheWritebackGranule (
VOID