Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch make as not having pmap statistics ava...
details: https://anonhg.NetBSD.org/src/rev/d31b2b77446b
branches: trunk
changeset: 318884:d31b2b77446b
user: christos <christos%NetBSD.org@localhost>
date: Tue May 08 19:35:17 2018 +0000
description:
make as not having pmap statistics available
diffstat:
sys/arch/sun2/include/types.h | 3 ++-
sys/arch/sun3/include/types.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r eeb33b708362 -r d31b2b77446b sys/arch/sun2/include/types.h
--- a/sys/arch/sun2/include/types.h Tue May 08 19:34:54 2018 +0000
+++ b/sys/arch/sun2/include/types.h Tue May 08 19:35:17 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.11 2012/01/17 20:34:57 joerg Exp $ */
+/* $NetBSD: types.h,v 1.12 2018/05/08 19:35:17 christos Exp $ */
#include <m68k/types.h>
#define __HAVE_MM_MD_KERNACC
@@ -6,3 +6,4 @@
#define __HAVE_MM_MD_READWRITE
#define __HAVE_MM_MD_MMAP
#define __HAVE_NO___THREAD
+#define __HAVE_NO_PMAP_STATS
diff -r eeb33b708362 -r d31b2b77446b sys/arch/sun3/include/types.h
--- a/sys/arch/sun3/include/types.h Tue May 08 19:34:54 2018 +0000
+++ b/sys/arch/sun3/include/types.h Tue May 08 19:35:17 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.19 2012/10/28 00:25:59 chs Exp $ */
+/* $NetBSD: types.h,v 1.20 2018/05/08 19:35:17 christos Exp $ */
#include <m68k/types.h>
@@ -6,3 +6,4 @@
#define __HAVE_MM_MD_DIRECT_MAPPED_PHYS
#define __HAVE_MM_MD_MMAP
#define __HAVE_MM_MD_READWRITE
+#define __HAVE_NO_PMAP_STATS
Home |
Main Index |
Thread Index |
Old Index