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_fault(unsigned long addr,
> +                                    struct cpu_user_regs *regs)

Why are these prototypes changing?  For this case, it doesn't matter,
but the former is necessary if any of them gain more parameters.

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to