diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-06 01:47:12 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-10-06 01:47:12 +0000 |
commit | 2bc7dd566109712f59c836995384613c88bdd803 (patch) | |
tree | 008a39b1576b985c04df774cca557ae9a75edfd1 /sys/sparc64/include/pmap.h | |
parent | a50f62fd9f3fd10d204cf68acb3a8aa32e036fac (diff) |
Notes
Diffstat (limited to 'sys/sparc64/include/pmap.h')
-rw-r--r-- | sys/sparc64/include/pmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h index c0c20dfdcdfda..b6681e1f6a518 100644 --- a/sys/sparc64/include/pmap.h +++ b/sys/sparc64/include/pmap.h @@ -50,7 +50,6 @@ #define PMAP_CONTEXT_MAX 8192 #define pmap_page_is_mapped(m) (!TAILQ_EMPTY(&(m)->md.tte_list)) -#define pmap_resident_count(pm) (pm->pm_stats.resident_count) typedef struct pmap *pmap_t; |