mirror of https://github.com/acidanthera/audk.git
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:
parent
9d0f3dd35d
commit
6539b693d1
|
@ -156,7 +156,7 @@ ArmInstructionCacheLineLength (
|
|||
VOID
|
||||
);
|
||||
|
||||
UINTN
|
||||
UINT32
|
||||
EFIAPI
|
||||
ArmCacheWritebackGranule (
|
||||
VOID
|
||||
|
|
Loading…
Reference in New Issue