aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2003-04-06 18:17:31 +0000
committerJake Burkholder <jake@FreeBSD.org>2003-04-06 18:17:31 +0000
commitc81c0cf196de308376596e2264e84eec13d07934 (patch)
treeeee0e52350881ea2928632bb1836e314e8f4a7cc /sys
parente48fff82ef9d787faf94835e482d5ef4fe3db73c (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h
index a5fddf1dfa8c..4bfa258dafdb 100644
--- a/sys/sparc64/include/pmap.h
+++ b/sys/sparc64/include/pmap.h
@@ -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) \