diff options
Diffstat (limited to 'sys/arch/pmax/include/tc_machdep.h')
-rw-r--r-- | sys/arch/pmax/include/tc_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/include/tc_machdep.h b/sys/arch/pmax/include/tc_machdep.h index 40a31833858..1bcac7d8518 100644 --- a/sys/arch/pmax/include/tc_machdep.h +++ b/sys/arch/pmax/include/tc_machdep.h @@ -60,7 +60,7 @@ #ifndef __MACHINE_TC_MACHDEP_H__ #define __MACHINE_TC_MACHDEP_H__ -#include <machine/cpuregs.h> /* defines MACH_PHYS_TO_UNCACHED */ +#include <machine/cpuregs.h> /* defines MIPS_PHYS_TO_KSEG1 */ typedef int32_t tc_addr_t; typedef int32_t tc_offset_t; @@ -78,7 +78,7 @@ typedef int32_t tc_offset_t; #define TC_DENSE_TO_SPARSE(addr) (addr) -#define TC_PHYS_TO_UNCACHED(addr) MACH_PHYS_TO_UNCACHED(addr) +#define TC_PHYS_TO_UNCACHED(addr) MIPS_PHYS_TO_KSEG1(addr) /* |