Correct VA_ALIAS_MASK. From Chuck Silvers.

This commit is contained in:
petrov 2004-02-26 20:24:29 +00:00
parent c8c8407406
commit b062992f9d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.h,v 1.29 2003/08/24 17:52:37 chs Exp $ */
/* $NetBSD: pmap.h,v 1.30 2004/02/26 20:24:29 petrov Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -150,7 +150,7 @@ struct prom_map {
#define PMAP_SZ_TO_TTE(x) (((x)&0x018)<<58)
/* If these bits are different in va's to the same PA
then there is an aliasing in the d$ */
#define VA_ALIAS_MASK (1 << 14)
#define VA_ALIAS_MASK (1 << 13)
typedef struct pmap *pmap_t;