Module Name: src
Committed By: skrll
Date: Mon Dec 21 08:41:38 UTC 2020
Modified Files:
src/sys/uvm/pmap: pmap.h
Log Message:
Remove variable in function declaration argument
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/uvm/pmap/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/uvm/pmap/pmap.h
diff -u src/sys/uvm/pmap/pmap.h:1.18 src/sys/uvm/pmap/pmap.h:1.19
--- src/sys/uvm/pmap/pmap.h:1.18 Sun Dec 20 16:38:26 2020
+++ src/sys/uvm/pmap/pmap.h Mon Dec 21 08:41:38 2020
@@ -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 @@ bool pmap_page_clear_attributes(struct v
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