Re: [PATCH 2/4] KVM: s390: Remove cond_resched() calls
Heiko Carstens <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 29, 2026 at 06:45:48PM +0200, Claudio Imbrenda wrote: > On Mon, 27 Jul 2026 18:24:28 +0200 > Heiko Carstens <[email protected]> wrote: > > @@ -461,7 +461,6 @@ static inline int uv_call_sched(unsigned long r1, unsigned long r2) > > > > do { > > cc = __uv_call(r1, r2); > > - cond_resched(); > > } while (cc > 1); > > return cc; > > } > > so now uv_call_sched() is the same as uv_call()? > just drop uv_call_sched() then Right, I missed that. Thanks!