diff options
Diffstat (limited to 'sys/arch/mips64/mips64/tlb_tfp.S')
-rw-r--r-- | sys/arch/mips64/mips64/tlb_tfp.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/mips64/tlb_tfp.S b/sys/arch/mips64/mips64/tlb_tfp.S index 4fd6b9c0777..50deaa0836d 100644 --- a/sys/arch/mips64/mips64/tlb_tfp.S +++ b/sys/arch/mips64/mips64/tlb_tfp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: tlb_tfp.S,v 1.1 2012/09/29 21:37:03 miod Exp $ */ +/* $OpenBSD: tlb_tfp.S,v 1.2 2012/10/03 11:18:23 miod Exp $ */ /* * Copyright (c) 2012 Miodrag Vallat. @@ -19,6 +19,7 @@ #include <machine/param.h> #include <machine/asm.h> #include <machine/cpu.h> +#include <mips64/mips_cpu.h> #include <machine/pte.h> #include "assym.h" |