Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/include/machine provide pmap_wired_count macro.



details:   https://anonhg.NetBSD.org/src/rev/f6244bc78a77
branches:  trunk
changeset: 369586:f6244bc78a77
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Mon Aug 22 13:22:10 2022 +0000

description:
provide pmap_wired_count macro.

diffstat:

 sys/rump/include/machine/pmap.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 333b955bfc91 -r f6244bc78a77 sys/rump/include/machine/pmap.h
--- a/sys/rump/include/machine/pmap.h   Mon Aug 22 13:21:47 2022 +0000
+++ b/sys/rump/include/machine/pmap.h   Mon Aug 22 13:22:10 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.7 2015/04/17 12:43:15 pooka Exp $   */
+/*     $NetBSD: pmap.h,v 1.8 2022/08/22 13:22:10 mlelstv Exp $ */
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -36,5 +36,6 @@
 #define pmap_is_modified(a) (true)
 #define pmap_is_referenced(a) (true)
 #define pmap_resident_count(a) (0)
+#define pmap_wired_count(a) (0)
 
 #endif /* _SYS_RUMP_PMAP_H_ */



Home | Main Index | Thread Index | Old Index