diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 11:36:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 11:36:54 +0000 |
commit | 15c8c1e274911de0184fcc6791b41e7540984933 (patch) | |
tree | 739ec1e6d56089abbb97c8eaf138852304305050 /sys/arch/pmax/include/tc_machdep.h | |
parent | e3daada1407f62d2b3ee023a41a2537d81ec76b0 (diff) |
merge mips back into pmax; by graichen
Diffstat (limited to 'sys/arch/pmax/include/tc_machdep.h')
-rw-r--r-- | sys/arch/pmax/include/tc_machdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/include/tc_machdep.h b/sys/arch/pmax/include/tc_machdep.h index 44e620ea4a2..1d41e5d8e03 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 <mips/cpuregs.h> /* defines MACH_PHYS_TO_UNCACHED */ +#include <pmax/cpuregs.h> /* defines MACH_PHYS_TO_UNCACHED */ typedef int32_t tc_addr_t; typedef int32_t tc_offset_t; |