Re: [Xen-devel] [PATCH v2 03/16] x86: make traps.c build with !CONFIG_PV

2018-10-30 Thread Wei Liu
On Fri, Oct 26, 2018 at 10:02:19AM -0600, Jan Beulich wrote: > >>> On 19.10.18 at 16:28, wrote: > > @@ -1337,8 +1339,15 @@ static int fixup_page_fault(unsigned long addr, > > struct cpu_user_regs *regs) > > { > > if ( !(regs->error_code & (PFEC_user_mode | PFEC_reserved_bit)) && > >

Re: [Xen-devel] [PATCH v2 03/16] x86: make traps.c build with !CONFIG_PV

2018-10-26 Thread Jan Beulich
>>> On 19.10.18 at 16:28, wrote: > @@ -1337,8 +1339,15 @@ static int fixup_page_fault(unsigned long addr, struct > cpu_user_regs *regs) > { > if ( !(regs->error_code & (PFEC_user_mode | PFEC_reserved_bit)) && > (addr >= GDT_LDT_VIRT_START) && (addr < GDT_LDT_VIRT_END)