Re: [PATCH 2/4] KVM: s390: Remove cond_resched() calls
From: Heiko Carstens
Date: Thu Jul 30 2026 - 01:28:36 EST
On Wed, Jul 29, 2026 at 06:45:48PM +0200, Claudio Imbrenda wrote:
> On Mon, 27 Jul 2026 18:24:28 +0200
> Heiko Carstens <hca@xxxxxxxxxxxxx> 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!