Re: [PATCH v5 5/7] s390/percpu: Use new percpu code section for arch_this_cpu_[and|or]()
From: Alexander Gordeev
Date: Tue Jun 02 2026 - 07:48:41 EST
On Tue, May 26, 2026 at 07:57:00AM +0200, Heiko Carstens wrote:
> Convert arch_this_cpu_[and|or]() to make use of the new percpu code
> section infrastructure.
>
> There is no user of this_cpu_and() and only one user of this_cpu_or()
> within the kernel. Therefore this conversion has hardly any effect,
> and also removes only preempt_schedule_notrace() function call.
>
> Signed-off-by: Heiko Carstens <hca@xxxxxxxxxxxxx>
> ---
> arch/s390/include/asm/percpu.h | 26 +++++++++++++++++++-------
> 1 file changed, 19 insertions(+), 7 deletions(-)
Acked-by: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>