Re: [PATCH] cpus: Drop declaration of cpu_remove()

2020-10-26 Thread Laurent Vivier
Le 14/10/2020 à 15:40, Greg Kurz a écrit : > cpu_remove() got superseded by cpu_remove_sync() in commit dbadee4ff4a0, > but its prototype wasn't removed. We could possibly keep the shorter > cpu_remove() naming but it seems better to highligth that this blocks > until the CPU thread is joined. > >

Re: [PATCH] cpus: Drop declaration of cpu_remove()

2020-10-14 Thread Philippe Mathieu-Daudé
On 10/14/20 3:40 PM, Greg Kurz wrote: cpu_remove() got superseded by cpu_remove_sync() in commit dbadee4ff4a0, but its prototype wasn't removed. We could possibly keep the shorter cpu_remove() naming but it seems better to highligth that this blocks until the CPU thread is joined. Fixes: dbadee4