Re: [PATCH 06/19] soc/qman: test: Use kthread_run_on_cpu()
From: Frederic Weisbecker
Date: Fri Dec 13 2024 - 06:46:34 EST
Le Fri, Dec 13, 2024 at 07:27:03AM +0000, LEROY Christophe a écrit :
>
>
> Le 11/12/2024 à 16:40, Frederic Weisbecker a écrit :
> > Use the proper API instead of open coding it.
> >
> > However it looks like kthreads here could be replaced by the use of a
> > per-cpu workqueue instead.
> >
> > Signed-off-by: Frederic Weisbecker <frederic@xxxxxxxxxx>
>
> Acked-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Thanks! Feel free to apply this patch to your tree as it's a pretty
standalone change.