summaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone/keystone.h
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-10-26 09:50:33 -0500
committerNishanth Menon <nm@ti.com>2022-10-27 20:12:27 -0500
commit7e8edf55cf729367afdb5e9a8b182f1d47897800 (patch)
treef9493ef03ca76d3ffaf1733e68f29e06a504ac67 /arch/arm/mach-keystone/keystone.h
parent9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff)
ARM: keystone: Replace platform SMP with PSCI
The KS2 boot monitor supports PSCI commands. These are already defined in DT for KS2. We can drop this platform override and remove related code without changing SMP. Do this here. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/20221026145033.17905-1-afd@ti.com
Diffstat (limited to 'arch/arm/mach-keystone/keystone.h')
-rw-r--r--arch/arm/mach-keystone/keystone.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-keystone/keystone.h b/arch/arm/mach-keystone/keystone.h
index 438e531cc007..71ff8cd2ee4a 100644
--- a/arch/arm/mach-keystone/keystone.h
+++ b/arch/arm/mach-keystone/keystone.h
@@ -8,13 +8,8 @@
#ifndef __KEYSTONE_H__
#define __KEYSTONE_H__
-#define KEYSTONE_MON_CPU_UP_IDX 0x00
-
#ifndef __ASSEMBLER__
-extern const struct smp_operations keystone_smp_ops;
-extern void secondary_startup(void);
-extern u32 keystone_cpu_smc(u32 command, u32 cpu, u32 addr);
extern int keystone_pm_runtime_init(void);
#endif /* __ASSEMBLER__ */