Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm/pmap Remove variable in function declaration argument



details:   https://anonhg.NetBSD.org/src/rev/e32004cc1c03
branches:  trunk
changeset: 948227:e32004cc1c03
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Dec 21 08:41:38 2020 +0000

description:
Remove variable in function declaration argument

diffstat:

 sys/uvm/pmap/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 919a44419e08 -r e32004cc1c03 sys/uvm/pmap/pmap.h
--- a/sys/uvm/pmap/pmap.h       Mon Dec 21 02:38:57 2020 +0000
+++ b/sys/uvm/pmap/pmap.h       Mon Dec 21 08:41:38 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.18 2020/12/20 16:38:26 skrll Exp $  */
+/*     $NetBSD: pmap.h,v 1.19 2020/12/21 08:41:38 skrll Exp $  */
 
 /*
  * Copyright (c) 1992, 1993
@@ -195,7 +195,7 @@
 void   pmap_page_set_attributes(struct vm_page_md *, u_int);
 void   pmap_pvlist_lock_init(size_t);
 #ifdef PMAP_VIRTUAL_CACHE_ALIASES
-void   pmap_page_cache(struct vm_page_md *, bool cached);
+void   pmap_page_cache(struct vm_page_md *, bool);
 #endif
 
 #ifdef __HAVE_PMAP_PV_TRACK



Home | Main Index | Thread Index | Old Index