]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/percpu: Use new percpu code section for arch_this_cpu_[and|or]()
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 26 May 2026 05:57:00 +0000 (07:57 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 3 Jun 2026 13:32:46 +0000 (15:32 +0200)
commitee8cefbfb0718bfe1460cf2ba72722c51f6789eb
treeb3b3034a600ba16c3a07ddd24cc91584d1ffdfa3
parent593f1aac976d9bb4681746bfc4b90e1b73821411
s390/percpu: Use new percpu code section for arch_this_cpu_[and|or]()

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.

Acked-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/percpu.h