x86: Fix x86 TLB and Walker
[gem5.git] / src / arch / x86 / tlb.cc
index ff65eb04cce8dd46f91b4eaf75dcba3cd8f223f5..456f03208e35d2f383ef025c2d9d68481ccc63fc 100644 (file)
@@ -421,6 +421,12 @@ TLB::unserialize(Checkpoint *cp, const std::string &section)
 {
 }
 
+Port *
+TLB::getPort()
+{
+    return walker->getPort("port");
+}
+
 } // namespace X86ISA
 
 X86ISA::TLB *