[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH for 4.9 6/6] x86/emul: Require callers to provide LMA in the emulation context
>>> On 31.03.17 at 21:50, <andrew.cooper3@xxxxxxxxxx> wrote: > @@ -1818,10 +1802,8 @@ protmode_load_seg( > > if ( !is_x86_user_segment(seg) ) > { > - int lm = (desc.b & (1u << 12)) ? 0 : in_longmode(ctxt, ops); > + bool lm = (desc.b & (1u << 12)) ? 0 : ctxt->lma; One more minor thing: You want to use false here. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |