Re: [PATCH 21/25] [PATCH] export cpu_gdt_descr

2007-08-08 Thread Glauber de Oliveira Costa
On 8/8/07, Arjan van de Ven <[EMAIL PROTECTED]> wrote: > On Wed, 2007-08-08 at 01:19 -0300, Glauber de Oliveira Costa wrote: > > With paravirualization, hypervisors needs to handle the gdt, > > that was right to this point only used at very early > > inialization code. Hypervisors are commonly modu

Re: [PATCH 21/25] [PATCH] export cpu_gdt_descr

2007-08-08 Thread Arjan van de Ven
On Wed, 2007-08-08 at 01:19 -0300, Glauber de Oliveira Costa wrote: > With paravirualization, hypervisors needs to handle the gdt, > that was right to this point only used at very early > inialization code. Hypervisors are commonly modules, so make > it an export > the GDT is so deeply internal t

[PATCH 21/25] [PATCH] export cpu_gdt_descr

2007-08-08 Thread Glauber de Oliveira Costa
With paravirualization, hypervisors needs to handle the gdt, that was right to this point only used at very early inialization code. Hypervisors are commonly modules, so make it an export Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]>