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 Fix snafu in previous -- if your te...



details:   https://anonhg.NetBSD.org/src/rev/7b29790d5047
branches:  trunk
changeset: 755716:7b29790d5047
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jun 17 08:19:32 2010 +0000

description:
Fix snafu in previous -- if your test it flawed, it doesn't matter
how many times you pass.

diffstat:

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

diffs (16 lines):

diff -r fdb3d1a8f1a6 -r 7b29790d5047 sys/rump/include/machine/pmap.h
--- a/sys/rump/include/machine/pmap.h   Thu Jun 17 08:19:02 2010 +0000
+++ b/sys/rump/include/machine/pmap.h   Thu Jun 17 08:19:32 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.5 2010/06/16 11:45:21 pooka Exp $   */
+/*     $NetBSD: pmap.h,v 1.6 2010/06/17 08:19:32 pooka Exp $   */
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -31,5 +31,6 @@
 #define pmap_update(v)
 #define pmap_is_modified(a) (true)
 #define pmap_is_referenced(a) (true)
+#define pmap_resident_count(a) (0)
 
 #endif /* _SYS_RUMP_PMAP_H_ */



Home | Main Index | Thread Index | Old Index