mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 15:36:43 +07:00
3695adc2fd
Convert both Realview and VExpress to use struct smp_operations to provide their SMP and CPU hotplug operation. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
15 lines
499 B
C
15 lines
499 B
C
/*
|
|
* linux/arch/arm/plat-versatile/include/plat/platsmp.h
|
|
*
|
|
* Copyright (C) 2011 ARM Ltd.
|
|
* All Rights Reserved
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
extern void versatile_secondary_startup(void);
|
|
extern void versatile_secondary_init(unsigned int cpu);
|
|
extern int versatile_boot_secondary(unsigned int cpu, struct task_struct *idle);
|