]> Git Repo - J-u-boot.git/commit
ARM: Factor out common psci_get_cpu_id
authorJan Kiszka <[email protected]>
Tue, 21 Apr 2015 05:18:26 +0000 (07:18 +0200)
committerTom Warren <[email protected]>
Wed, 13 May 2015 16:24:13 +0000 (09:24 -0700)
commit680f396851b7153f7f4243e1cc8875558b678add
treea21e82f7e291391764c1ce5d58de208c3d84b1a6
parent104d6fb6cd064c4c9278e5b6fdf99ac025597753
ARM: Factor out common psci_get_cpu_id

Will be required for obtaining the ID of the current CPU in shared PSCI
functions. The default implementation requires a dense ID space and only
supports a single cluster. Therefore, the functions can be overloaded in
cases where these assumptions do not hold.

CC: Marc Zyngier <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Thierry Reding <[email protected]>
Tested-by: Thierry Reding <[email protected]>
Tested-by: Ian Campbell <[email protected]>
Acked-by: Ian Campbell <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
arch/arm/cpu/armv7/psci.S
arch/arm/cpu/armv7/sunxi/psci.S
This page took 0.031546 seconds and 4 git commands to generate.