diff options
Diffstat (limited to 'sys/arch/pmax/include/pte.h')
-rw-r--r-- | sys/arch/pmax/include/pte.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/pmax/include/pte.h b/sys/arch/pmax/include/pte.h index 70dd4be56bf..c5dbb36a89b 100644 --- a/sys/arch/pmax/include/pte.h +++ b/sys/arch/pmax/include/pte.h @@ -18,15 +18,15 @@ #if defined(MIPS1) && defined(MIPS3) -#error Cannot yet upport both "MIPS1" (r2000 family) and "MIP3" (r4000 family) in the same kernel. +#error Cannot yet support both "MIPS1" (r2000 family) and "MIPS3" (r4000 family) in the same kernel. #endif #ifdef MIPS1 -#include <pmax/mips1_pte.h> +#include <machine/mips1_pte.h> #endif #ifdef MIPS3 -#include <pmax/mips3_pte.h> +#include <machine/mips3_pte.h> #endif |