diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2023-05-12 23:07:35 +0200 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2023-05-15 13:44:58 +0200 |
commit | 7202e979645715318f2f21a324cb8a506e12fa76 (patch) | |
tree | 7091ce84b6195bca2dba2965adc314976933290b /arch/csky/include | |
parent | arm64: smp: Switch to hotplug core state synchronization (diff) | |
download | linux-7202e979645715318f2f21a324cb8a506e12fa76.tar.xz linux-7202e979645715318f2f21a324cb8a506e12fa76.zip |
csky/smp: Switch to hotplug core state synchronization
Switch to the CPU hotplug core state tracking and synchronization
mechanim. No functional change intended.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Tested-by: Helge Deller <deller@gmx.de> # parisc
Tested-by: Guilherme G. Piccoli <gpiccoli@igalia.com> # Steam Deck
Link: https://lore.kernel.org/r/20230512205256.747254502@linutronix.de
Diffstat (limited to 'arch/csky/include')
-rw-r--r-- | arch/csky/include/asm/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/include/asm/smp.h b/arch/csky/include/asm/smp.h index 668b79ce29ea..d3db334f3196 100644 --- a/arch/csky/include/asm/smp.h +++ b/arch/csky/include/asm/smp.h @@ -23,7 +23,7 @@ void __init set_send_ipi(void (*func)(const struct cpumask *mask), int irq); int __cpu_disable(void); -void __cpu_die(unsigned int cpu); +static inline void __cpu_die(unsigned int cpu) { } #endif /* CONFIG_SMP */ |