hv: fail the probing immediately when we are not in hyperv platform
authorJason Wang <jasowang@redhat.com>
Fri, 17 Aug 2012 10:52:43 +0000 (18:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Aug 2012 16:51:59 +0000 (09:51 -0700)
commit0592969e73ae50ce6852d1aff3d222a335289094
tree15d579b39ad1835773ae101759832be40500f1ec
parent4a52c4af48a2a35282ddc4dcf2df83486d636754
hv: fail the probing immediately when we are not in hyperv platform

We wait for about 5 seconds for the success of the hyperv registration even if
we were not in hyperv platform. This is suboptimal, so the patch check the cpuid
in the beginning of hv_acpi_init() instead of in vmbus_bus_init() to fail the
probing immediately.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Acked-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/hv.c
drivers/hv/vmbus_drv.c