Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha Fix shift tyop in a comment.
details: https://anonhg.NetBSD.org/src/rev/94568d2ea1cd
branches: trunk
changeset: 954784:94568d2ea1cd
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Sep 11 03:54:14 2020 +0000
description:
Fix shift tyop in a comment.
diffstat:
sys/arch/alpha/alpha/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 671916cb351b -r 94568d2ea1cd sys/arch/alpha/alpha/pmap.c
--- a/sys/arch/alpha/alpha/pmap.c Fri Sep 11 01:45:53 2020 +0000
+++ b/sys/arch/alpha/alpha/pmap.c Fri Sep 11 03:54:14 2020 +0000
@@ -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 @@
* 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
Home |
Main Index |
Thread Index |
Old Index