Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/aarch64/aarch64 aarch64/pmap: remove stray semicolon



details:   https://anonhg.NetBSD.org/src/rev/68889dd51927
branches:  trunk
changeset: 359675:68889dd51927
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Jan 16 10:50:02 2022 +0000

description:
aarch64/pmap: remove stray semicolon

No binary change.

diffstat:

 sys/arch/aarch64/aarch64/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e88677d4849f -r 68889dd51927 sys/arch/aarch64/aarch64/pmap.c
--- a/sys/arch/aarch64/aarch64/pmap.c   Sun Jan 16 10:45:17 2022 +0000
+++ b/sys/arch/aarch64/aarch64/pmap.c   Sun Jan 16 10:50:02 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.124 2022/01/15 07:39:04 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.125 2022/01/16 10:50:02 rillig Exp $        */
 
 /*
  * Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.124 2022/01/15 07:39:04 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.125 2022/01/16 10:50:02 rillig Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_ddb.h"
@@ -77,7 +77,7 @@
 #endif
 
 struct kern_history_ent pmaphistbuf[UVMHIST_PMAPHIST_SIZE];
-UVMHIST_DEFINE(pmaphist) = UVMHIST_INITIALIZER(pmaphist, pmaphistbuf);;
+UVMHIST_DEFINE(pmaphist) = UVMHIST_INITIALIZER(pmaphist, pmaphistbuf);
 
 static void
 pmap_hist_init(void)



Home | Main Index | Thread Index | Old Index