diff options
author | Olivier Martin <olivier.martin@arm.com> | 2014-03-24 15:26:22 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-03-24 15:26:22 +0000 |
commit | 647517279d97297302780598122b80c8f4f855f1 (patch) | |
tree | 0e1b2b5efd401a962c5875085d16d7635fc6543f /ArmPkg/Include/Library | |
parent | d9bd3f11cb47f8026a44721670f4abdfb9728a2a (diff) | |
download | edk2-platforms-647517279d97297302780598122b80c8f4f855f1.tar.xz |
ArmPkg/ArmLib: Renamed Cp15CacheInfo into ArmCacheInfo
CTR (Cache Type Register) has the same format on ARMv7 and AArch64.
Renaming Cp15CacheInfo() into ArmCacheInfo() makes this function
architecture independent.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15381 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Include/Library')
-rw-r--r-- | ArmPkg/Include/Library/ArmLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Include/Library/ArmLib.h b/ArmPkg/Include/Library/ArmLib.h index 7a0467130d..b0ce6c7cc6 100644 --- a/ArmPkg/Include/Library/ArmLib.h +++ b/ArmPkg/Include/Library/ArmLib.h @@ -212,9 +212,9 @@ ArmReadIdPfr1 ( VOID
);
-UINT32
+UINTN
EFIAPI
-Cp15CacheInfo (
+ArmCacheInfo (
VOID
);
|