Re: [patch 20/41] x86: Replace access to desc_struct:a/b fields

2017-08-25 Thread Steven Rostedt
On Fri, 25 Aug 2017 16:02:02 +0200 (CEST) Thomas Gleixner wrote: > On Fri, 25 Aug 2017, Boris Ostrovsky wrote: > > > > > > > > > Index: b/arch/x86/xen/enlighten_pv.c > > > === > > > --- a/arch/x86/xen/enlighten_pv.c > > > +++ b

Re: [patch 20/41] x86: Replace access to desc_struct:a/b fields

2017-08-25 Thread Thomas Gleixner
On Fri, 25 Aug 2017, Boris Ostrovsky wrote: > > > > > Index: b/arch/x86/xen/enlighten_pv.c > > === > > --- a/arch/x86/xen/enlighten_pv.c > > +++ b/arch/x86/xen/enlighten_pv.c > > @@ -494,7 +494,7 @@ static void __init xen_load_gdt_

Re: [patch 20/41] x86: Replace access to desc_struct:a/b fields

2017-08-25 Thread Boris Ostrovsky
> > Index: b/arch/x86/xen/enlighten_pv.c > === > --- a/arch/x86/xen/enlighten_pv.c > +++ b/arch/x86/xen/enlighten_pv.c > @@ -494,7 +494,7 @@ static void __init xen_load_gdt_boot(con > static inline bool desc_equal(const struct desc

Re: [patch 20/41] x86: Replace access to desc_struct:a/b fields

2017-08-25 Thread Juergen Gross
On 25/08/17 12:31, Thomas Gleixner wrote: > The union inside of desc_struct which allows access to the raw u32 parts of > the descriptors. This raw access part is about to go away. > > Replace the few code parts which access those fields. > > Signed-off-by: Thomas Gleixner > Cc: Boris Ostrovsky