aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stand/powerpc/ofw/cas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/powerpc/ofw/cas.c b/stand/powerpc/ofw/cas.c
index 4b9b4b386ebb..d51f12f06aaa 100644
--- a/stand/powerpc/ofw/cas.c
+++ b/stand/powerpc/ofw/cas.c
@@ -203,7 +203,7 @@ ppc64_cas(void)
}
/* Skip CAS when running on PowerNV */
- if (!ppc64_hv())
+ if (ppc64_hv())
return (0);
ihandle = OF_open("/");