Module Name:    src
Committed By:   skrll
Date:           Mon Apr 27 08:21:51 UTC 2009

Modified Files:
        src/sys/arch/hppa/hppa [nick-hppapmap]: pmap.c

Log Message:
Another comment update.


To generate a diff of this commit:
cvs rdiff -u -r1.43.8.52 -r1.43.8.53 src/sys/arch/hppa/hppa/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/hppa/hppa/pmap.c
diff -u src/sys/arch/hppa/hppa/pmap.c:1.43.8.52 src/sys/arch/hppa/hppa/pmap.c:1.43.8.53
--- src/sys/arch/hppa/hppa/pmap.c:1.43.8.52	Mon Apr 27 08:19:59 2009
+++ src/sys/arch/hppa/hppa/pmap.c	Mon Apr 27 08:21:51 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.43.8.52 2009/04/27 08:19:59 skrll Exp $	*/
+/*	$NetBSD: pmap.c,v 1.43.8.53 2009/04/27 08:21:51 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.52 2009/04/27 08:19:59 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.53 2009/04/27 08:21:51 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -560,7 +560,7 @@
 	if (!nonequiv) {
 		/*
 		 * Inherit uncacheable attribute if set as it means we already
-		 * have non-equiv aliases
+		 * have non-equiv aliases.
 		 */
 		if (ptep && (attrs & PVF_UNCACHEABLE) != 0)
 			*ptep |= PTE_PROT(TLB_UNCACHEABLE);

Reply via email to