summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-08-01 21:39:54 +0000
committerjake <jake@FreeBSD.org>2002-08-01 21:39:54 +0000
commitc82e5b1791d83f5317237f2a1606b41ff1ae0465 (patch)
treec2b568afa9df25a0533d23fa5f6054e4bdf28782
parent3b36c9b2c4682780ac539d4d20d729f32ed5c501 (diff)
downloadFreeBSD-src-c82e5b1791d83f5317237f2a1606b41ff1ae0465.zip
FreeBSD-src-c82e5b1791d83f5317237f2a1606b41ff1ae0465.tar.gz
Forgot to commit this.
Spotted by: scottl
-rw-r--r--sys/sparc64/include/pmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h
index 2c8fe9f..ee378c4 100644
--- a/sys/sparc64/include/pmap.h
+++ b/sys/sparc64/include/pmap.h
@@ -49,11 +49,11 @@
#define DCACHE_COLORS (1 << DCACHE_COLOR_BITS)
#define DCACHE_COLOR_MASK (DCACHE_COLORS - 1)
#define DCACHE_COLOR(va) (((va) >> PAGE_SHIFT) & DCACHE_COLOR_MASK)
+#define DCACHE_OTHER_COLOR(color) \
+ ((color) ^ DCACHE_COLOR_BITS)
#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;
OpenPOWER on IntegriCloud