diff options
Diffstat (limited to 'src/arch/arm64/include')
-rw-r--r-- | src/arch/arm64/include/armv8/arch/cpu.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/arm64/include/armv8/arch/cpu.h b/src/arch/arm64/include/armv8/arch/cpu.h index 5ce9ba3ab5..b2c28f6d02 100644 --- a/src/arch/arm64/include/armv8/arch/cpu.h +++ b/src/arch/arm64/include/armv8/arch/cpu.h @@ -52,12 +52,6 @@ struct cpu_info *cpu_info(void); */ unsigned int smp_processor_id(void); -/* Return the top of the stack for the specified cpu. */ -void *cpu_get_stack(unsigned int cpu); - -/* Return the top of the exception stack for the specified cpu. */ -void *cpu_get_exception_stack(unsigned int cpu); - /* * Do the necessary work to prepare for secondary CPUs coming up. The * SoC will call this function before bringing up the other CPUs. The |