diff options
-rw-r--r-- | sys/arch/powerpc64/dev/phb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/dev/phb.c b/sys/arch/powerpc64/dev/phb.c index e7bde9e712d..475439e28c8 100644 --- a/sys/arch/powerpc64/dev/phb.c +++ b/sys/arch/powerpc64/dev/phb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: phb.c,v 1.20 2020/12/20 13:02:10 kettenis Exp $ */ +/* $OpenBSD: phb.c,v 1.21 2020/12/20 21:03:53 kettenis Exp $ */ /* * Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> * @@ -444,7 +444,7 @@ phb_setup_tce_table(struct phb_softc *sc) tce_page_shift = MAX(tce_page_shift, tce_sizes[i]); free(tce_sizes, M_TEMP, len); - /* Bail out if we don't support 2G pages. */ + /* Bail out if we don't support 1G pages. */ if (tce_page_shift < 30) return; |