>>> On 23.06.17 at 14:50, wrote:
> On 08/06/17 18:12, Wei Liu wrote:
>> @@ -1081,8 +1081,8 @@ void do_int3(struct cpu_user_regs *regs)
>> pv_inject_hw_exception(TRAP_int3, X86_EVENT_NO_EC);
>> }
>>
>> -static void reserved_bit_page_fault(
>> -unsigned long addr, struct cpu_user_regs *r
On 08/06/17 18:12, Wei Liu wrote:
> @@ -1081,8 +1081,8 @@ void do_int3(struct cpu_user_regs *regs)
> pv_inject_hw_exception(TRAP_int3, X86_EVENT_NO_EC);
> }
>
> -static void reserved_bit_page_fault(
> -unsigned long addr, struct cpu_user_regs *regs)
> +static void reserved_bit_page_faul
Replace bool_t with bool. Delete trailing white spaces. Fix some
coding style issues.
Signed-off-by: Wei Liu
Acked-by: Jan Beulich
---
xen/arch/x86/traps.c | 77 +++-
1 file changed, 40 insertions(+), 37 deletions(-)
diff --git a/xen/arch/x86/tra