diff options
author | Chen-Yu Tsai | 2016-06-19 12:38:45 +0800 |
---|---|---|
committer | Hans de Goede | 2016-07-15 15:54:58 +0200 |
commit | b7073965a343fca2bcde4195fbba664c98f309d8 (patch) | |
tree | 2b04ced069f11df9d857b21165a38d1343c5d757 /arch/arm/include/asm/psci.h | |
parent | 6e6622de166f53597172687b7269b07cf48844df (diff) |
ARM: PSCI: Make psci_get_cpu_stack_top local to armv7/psci.S
Now that we have a secure data section for storing variables, there
should be no need for platform code to get the stack address.
Make psci_get_cpu_stack_top a local function, as it should only be
used in armv7/psci.S and only by psci_stack_setup.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm/include/asm/psci.h')
-rw-r--r-- | arch/arm/include/asm/psci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/psci.h b/arch/arm/include/asm/psci.h index a0da0230070..7ba7ce306ab 100644 --- a/arch/arm/include/asm/psci.h +++ b/arch/arm/include/asm/psci.h @@ -60,7 +60,6 @@ void psci_save_target_pc(int cpu, u32 pc); void psci_cpu_entry(void); u32 psci_get_cpu_id(void); -u32 psci_get_cpu_stack_top(int cpu); void psci_cpu_off_common(void); int psci_update_dt(void *fdt); |