From: Jason Wang Date: Fri, 17 Aug 2012 10:52:43 +0000 (+0800) Subject: hv: fail the probing immediately when we are not in hyperv platform X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~76^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0592969e73ae50ce6852d1aff3d222a335289094;p=pandora-kernel.git 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 Cc: Haiyang Zhang Acked-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed