diff options
Diffstat (limited to 'include/asm-sparc64/pgalloc.h')
-rw-r--r-- | include/asm-sparc64/pgalloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc64/pgalloc.h b/include/asm-sparc64/pgalloc.h index a96067cca963..baf59c00ea47 100644 --- a/include/asm-sparc64/pgalloc.h +++ b/include/asm-sparc64/pgalloc.h | |||
@@ -61,6 +61,7 @@ static __inline__ void free_pgd_slow(pgd_t *pgd) | |||
61 | free_page((unsigned long)pgd); | 61 | free_page((unsigned long)pgd); |
62 | } | 62 | } |
63 | 63 | ||
64 | /* XXX This crap can die, no longer using virtual page tables... */ | ||
64 | #ifdef DCACHE_ALIASING_POSSIBLE | 65 | #ifdef DCACHE_ALIASING_POSSIBLE |
65 | #define VPTE_COLOR(address) (((address) >> (PAGE_SHIFT + 10)) & 1UL) | 66 | #define VPTE_COLOR(address) (((address) >> (PAGE_SHIFT + 10)) & 1UL) |
66 | #define DCACHE_COLOR(address) (((address) >> PAGE_SHIFT) & 1UL) | 67 | #define DCACHE_COLOR(address) (((address) >> PAGE_SHIFT) & 1UL) |