Module Name: src
Committed By: thorpej
Date: Sat Jan 13 00:43:31 UTC 2024
Modified Files:
src/sys/arch/sun3/sun3: pmap.c
Log Message:
Fix a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/arch/sun3/sun3/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sun3/sun3/pmap.c
diff -u src/sys/arch/sun3/sun3/pmap.c:1.177 src/sys/arch/sun3/sun3/pmap.c:1.178
--- src/sys/arch/sun3/sun3/pmap.c:1.177 Wed Dec 27 17:35:37 2023
+++ src/sys/arch/sun3/sun3/pmap.c Sat Jan 13 00:43:31 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.177 2023/12/27 17:35:37 thorpej Exp $ */
+/* $NetBSD: pmap.c,v 1.178 2024/01/13 00:43:31 thorpej Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.177 2023/12/27 17:35:37 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.178 2024/01/13 00:43:31 thorpej Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@@ -1690,7 +1690,7 @@ pmap_bootstrap(vaddr_t nextva)
* the job using hardware-dependent tricks...
*/
#ifdef DIAGNOSTIC
- /* Note: PROM setcxsegmap function needs sfc=dfs=FC_CONTROL */
+ /* Note: PROM setcxsegmap function needs sfc=dfc=FC_CONTROL */
if ((getsfc() != FC_CONTROL) || (getdfc() != FC_CONTROL)) {
mon_printf("pmap_bootstrap: bad dfc or sfc\n");
sunmon_abort();