Module Name:    src
Committed By:   simonb
Date:           Fri Sep 11 03:54:14 UTC 2020

Modified Files:
        src/sys/arch/alpha/alpha: pmap.c

Log Message:
Fix shift tyop in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 src/sys/arch/alpha/alpha/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/alpha/alpha/pmap.c
diff -u src/sys/arch/alpha/alpha/pmap.c:1.272 src/sys/arch/alpha/alpha/pmap.c:1.273
--- src/sys/arch/alpha/alpha/pmap.c:1.272	Tue Sep  8 21:41:37 2020
+++ src/sys/arch/alpha/alpha/pmap.c	Fri Sep 11 03:54:14 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.272 2020/09/08 21:41:37 riastradh Exp $ */
+/* $NetBSD: pmap.c,v 1.273 2020/09/11 03:54:14 simonb Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001, 2007, 2008, 2020
@@ -135,7 +135,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.272 2020/09/08 21:41:37 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.273 2020/09/11 03:54:14 simonb Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -439,7 +439,7 @@ pmap_activation_lock(pmap_t const pmap)
  * changes.  In order amortize the cost of these operations, we will
  * queue up to 8 addresses to invalidate in a batch.  Any more than
  * that, and we will hit the entire TLB.
- 8
+ *
  * Some things that add complexity:
  *
  * ==> ASNs. A CPU may have valid TLB entries for other than the current

Reply via email to