lkml.org 
[lkml]   [2014]   [Jan]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v12 08/18] xen/pvh: Load GDT/GS in early PV bootup code for BSP.
> > +		loadsegment(es, 0);
> > + loadsegment(ds, 0);
> > + loadsegment(fs, 0);
> > +#else
> > + /* PVH: TODO Implement. */
> > + BUG();
> > +#endif
> > + return; <==============
> > + }
> > pv_cpu_ops.write_gdt_entry = xen_write_gdt_entry_boot;
> > pv_cpu_ops.load_gdt = xen_load_gdt_boot;
>
> If PVH uses native GDT why are these (and possibly other?) GDT ops needed?

They aren't. There is a 'return' there. I marked it for you with
'<======'.


>
> David


\
 
 \ /
  Last update: 2014-01-02 20:01    [W:0.322 / U:2.564 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site