summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/lscpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c
index 9af09e90c..0df8af92b 100644
--- a/sys-utils/lscpu.c
+++ b/sys-utils/lscpu.c
@@ -824,7 +824,7 @@ read_hypervisor(struct lscpu_desc *desc, struct lscpu_modifier *mod)
if (desc->hyper) {
desc->virtype = VIRT_FULL;
- if (desc->hyper == HYPER_XEN && path_exist(_PATH_SYS_HYP_FEATURES)) {
+ if (desc->hyper == HYPER_XEN) {
uint32_t features;
fd = path_fopen("r", 0, _PATH_SYS_HYP_FEATURES);