Vitaly Kuznetsov <vkuzn...@redhat.com> writes:

[snip]

>  static void __init ms_hyperv_init_platform(void)
>  {
>       /*
> @@ -183,6 +204,9 @@ static void __init ms_hyperv_init_platform(void)
>               pr_info("HyperV: LAPIC Timer Frequency: %#x\n",
>                       lapic_timer_frequency);
>       }
> +
> +     register_nmi_handler(NMI_LOCAL, hv_nmi_unknown, NMI_FLAG_FIRST,
> +                          "hv_nmi_unknown");

This should probably be NMI_UNKNOWN instead of NMI_LOCAL. While it works
regardless and we don't have other NMIs on Hyper-V VMs (or do we?) I
think it would be better to do v3.

Sorry for the inconvenience.

-- 
  Vitaly
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to