diff options
Diffstat (limited to 'drivers/virt/fsl_hypervisor.c')
-rw-r--r-- | drivers/virt/fsl_hypervisor.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/virt/fsl_hypervisor.c b/drivers/virt/fsl_hypervisor.c index 4939e0ccc4e5..d294f67d6f84 100644 --- a/drivers/virt/fsl_hypervisor.c +++ b/drivers/virt/fsl_hypervisor.c | |||
@@ -796,9 +796,6 @@ static int has_fsl_hypervisor(void) | |||
796 | struct device_node *node; | 796 | struct device_node *node; |
797 | int ret; | 797 | int ret; |
798 | 798 | ||
799 | if (!(mfmsr() & MSR_GS)) | ||
800 | return 0; | ||
801 | |||
802 | node = of_find_node_by_path("/hypervisor"); | 799 | node = of_find_node_by_path("/hypervisor"); |
803 | if (!node) | 800 | if (!node) |
804 | return 0; | 801 | return 0; |