Re: [PATCH 4/6] x86/alternative: Replace a continue with a goto

2024-04-23 Thread Jan Beulich
On 22.04.2024 20:14, Andrew Cooper wrote: > A subsequent patch is going to insert a loop, which interferes with the > continue in the devirtualisation logic. > > Replace it with a goto, and a paragraph explaining why we intentionally avoid > setting a->priv = 1. > > No functional change. > >

[PATCH 4/6] x86/alternative: Replace a continue with a goto

2024-04-22 Thread Andrew Cooper
A subsequent patch is going to insert a loop, which interferes with the continue in the devirtualisation logic. Replace it with a goto, and a paragraph explaining why we intentionally avoid setting a->priv = 1. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger