Re: [PATCH v4 3/4] s390: Remove cond_resched() calls
Vasily Gorbik <[email protected]> Mon, 3 Aug 2026 13:35:20 +0200
| Newsgroups | org.kernel.vger.linux-crypto,org.kernel.vger.linux-kernel,org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 31, 2026 at 06:50:03PM +0200, Heiko Carstens wrote:
> Since [1] cond_resched() is a no-op on s390. Remove all calls.
>
> [1] commit 7dadeaa6e851 ("sched: Further restrict the preemption modes")
>
> Signed-off-by: Heiko Carstens <[email protected]>
> ---
> arch/s390/kernel/perf_cpum_cf.c | 1 -
> arch/s390/mm/cmm.c | 2 --
> arch/s390/mm/pageattr.c | 5 -----
> arch/s390/mm/pgalloc.c | 1 -
> arch/s390/pci/pci.c | 4 +---
> 5 files changed, 1 insertion(+), 12 deletions(-)
Reviewed-by: Vasily Gorbik <[email protected]>