From: Denis V. Lunev Date: Sat, 1 Aug 2015 23:08:20 +0000 (-0700) Subject: mshyperv: fix recognition of Hyper-V guest crash MSR's X-Git-Tag: omap-for-v4.3/fixes-merge-window~46^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2dd4027a43bb36c846f195a764edabc0828602;p=pandora-kernel.git mshyperv: fix recognition of Hyper-V guest crash MSR's Hypervisor Top Level Functional Specification v3.1/4.0 notes that cpuid (0x40000003) EDX's 10th bit should be used to check that Hyper-V guest crash MSR's functionality available. This patch should fix this recognition. Currently the code checks EAX register instead of EDX. Signed-off-by: Andrey Smetanin Signed-off-by: Denis V. Lunev Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed