diff options
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/vtophys.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/mips/vtophys.hh b/src/arch/mips/vtophys.hh index 5ecc30b1f..741ac36bc 100644 --- a/src/arch/mips/vtophys.hh +++ b/src/arch/mips/vtophys.hh @@ -38,7 +38,6 @@ #include "arch/mips/utility.hh" class ThreadContext; -class FunctionalPort; namespace MipsISA { inline Addr PteAddr(Addr a) { return (a & PteMask) << PteShift; } |