mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / arm / stage2_mmu.hh
index 8787089dc9cba7fa009e0e81243c86ec448c2f89..69f2f52b8419cebd2e0d6bc988b6218649b25c3e 100644 (file)
@@ -110,7 +110,7 @@ class Stage2MMU : public SimObject
      * is used by the two table walkers, and is exposed externally and
      * connected through the stage-one table walker.
      */
-    DmaPort& getPort() { return port; }
+    DmaPort& getDMAPort() { return port; }
 
     Fault readDataUntimed(ThreadContext *tc, Addr oVAddr, Addr descAddr,
         uint8_t *data, int numBytes, Request::Flags flags, bool isFunctional);