Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 minor KNF.



details:   https://anonhg.NetBSD.org/src/rev/48c69a275710
branches:  trunk
changeset: 826547:48c69a275710
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Sep 12 01:01:25 2017 +0000

description:
minor KNF.

diffstat:

 sys/arch/x86/x86/pmap.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r c40bd899b25b -r 48c69a275710 sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c   Mon Sep 11 22:00:05 2017 +0000
+++ b/sys/arch/x86/x86/pmap.c   Tue Sep 12 01:01:25 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.256 2017/07/28 14:13:11 riastradh Exp $     */
+/*     $NetBSD: pmap.c,v 1.257 2017/09/12 01:01:25 mrg Exp $   */
 
 /*
  * Copyright (c) 2008, 2010, 2016, 2017 The NetBSD Foundation, Inc.
@@ -171,7 +171,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.256 2017/07/28 14:13:11 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.257 2017/09/12 01:01:25 mrg Exp $");
 
 #include "opt_user_ldt.h"
 #include "opt_lockdebug.h"
@@ -1154,6 +1154,7 @@
 void
 pmap_kremove_local(vaddr_t sva, vsize_t len)
 {
+
        pmap_kremove1(sva, len, true);
 }
 



Home | Main Index | Thread Index | Old Index