aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/pmap.h
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-10-06 01:47:12 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-10-06 01:47:12 +0000
commit2bc7dd566109712f59c836995384613c88bdd803 (patch)
tree008a39b1576b985c04df774cca557ae9a75edfd1 /sys/alpha/include/pmap.h
parenta50f62fd9f3fd10d204cf68acb3a8aa32e036fac (diff)
Notes
Diffstat (limited to 'sys/alpha/include/pmap.h')
-rw-r--r--sys/alpha/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/alpha/include/pmap.h b/sys/alpha/include/pmap.h
index b64cee8e34c04..9a1a6478f9a0d 100644
--- a/sys/alpha/include/pmap.h
+++ b/sys/alpha/include/pmap.h
@@ -183,7 +183,6 @@ struct pmap {
};
#define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.pv_list))
-#define pmap_resident_count(pmap) (pmap)->pm_stats.resident_count
#define PM_FLAG_LOCKED 0x1
#define PM_FLAG_WANTED 0x2