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

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) \