On 24/03/2020 16:26, Jan Beulich wrote: > @@ -1995,7 +2007,7 @@ protmode_load_seg( > case x86_seg_tr: > goto raise_exn; > } > - if ( !(cp->x86_vendor & (X86_VENDOR_AMD | X86_VENDOR_HYGON)) || > + if ( !_amd_like(cp) || > !ops->read_segment ||
Fold these two lines? Either way, but preferably with, Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>