1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Make the pmap stats writeable. It can be useful to clear them.

This commit is contained in:
Jake Burkholder 2003-04-06 18:17:31 +00:00
parent e48fff82ef
commit c81c0cf196
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113171

View File

@ -117,7 +117,7 @@ SYSCTL_DECL(_debug_pmap_stats);
#define PMAP_STATS_VAR(name) \
static long name; \
SYSCTL_LONG(_debug_pmap_stats, OID_AUTO, name, CTLFLAG_RD, \
SYSCTL_LONG(_debug_pmap_stats, OID_AUTO, name, CTLFLAG_RW, \
&name, 0, "")
#define PMAP_STATS_INC(var) \