diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-05-29 06:12:13 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-05-29 06:12:13 +0000 |
| commit | 20bd6675fb5b9849cce431cff8c19f2cd468df4d (patch) | |
| tree | 7419bbeced30b41f41cf755990bc64e0a551c473 /sys/sparc64/include/pmap.h | |
| parent | 468303c5009e7048b90fd092a1697b721e6ab28c (diff) | |
Notes
Diffstat (limited to 'sys/sparc64/include/pmap.h')
| -rw-r--r-- | sys/sparc64/include/pmap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h index 46ed05941fe7..d347fc84a260 100644 --- a/sys/sparc64/include/pmap.h +++ b/sys/sparc64/include/pmap.h @@ -52,6 +52,8 @@ #define PMAP_CONTEXT_MAX 8192 +#define PG_UNCACHEABLE (1<<0) + #define pmap_resident_count(pm) (pm->pm_stats.resident_count) typedef struct pmap *pmap_t; @@ -59,6 +61,7 @@ typedef struct pmap *pmap_t; struct md_page { STAILQ_HEAD(, tte) tte_list; int colors[DCACHE_COLORS]; + int flags; }; struct pmap { |
