summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Include
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-13 13:43:37 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-25 22:49:06 +0000
commit4cebe0453fea40330afb6b8f2372287e723e6e3f (patch)
tree1fbce9165816edca7947a13bd275e42f27945f21 /ArmPlatformPkg/Include
parenta64d5872940b63ec8d1dfd89a1d0e48ed57346b6 (diff)
downloadedk2-4cebe0453fea40330afb6b8f2372287e723e6e3f.tar.gz
edk2-4cebe0453fea40330afb6b8f2372287e723e6e3f.tar.bz2
edk2-4cebe0453fea40330afb6b8f2372287e723e6e3f.zip
ArmPlatformPkg: remove ArmGetCpuCountPerCluster () from ArmPlatformLib
The only user of ArmPlatformLib's ArmGetCpuCountPerCluster () is itself an ArmPlatformLib implementation, i.e., ArmVExpressLibRTSM. Given that we'd prefer to get rid of ArmPlatformLib entirely, let's remove ArmGetCpuCountPerCluster () from the API as a first step. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPlatformPkg/Include')
-rw-r--r--ArmPlatformPkg/Include/Library/ArmPlatformLib.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
index fe3bc4bb8e..77561a3d05 100644
--- a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
+++ b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
@@ -41,19 +41,6 @@ typedef struct {
} ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR;
/**
- Return the core per cluster. The method may differ per core type
-
- This function might be called from assembler before any stack is set.
-
- @return Return the core count per cluster
-
-**/
-UINTN
-ArmGetCpuCountPerCluster (
- VOID
- );
-
-/**
Return the core position from the value of its MpId register
This function returns the core position from the position 0 in the processor.