Eden Avivi has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33509 )

Change subject: dev: MasterID to UniqueID
......................................................................

dev: MasterID to UniqueID

Change-Id: Ia56ad2b1d99f3ebb6d94b8da7dd306b61e4482a6
---
M src/dev/arm/amba.hh
M src/dev/arm/smmu_v3.hh
M src/dev/dma_device.hh
3 files changed, 3 insertions(+), 3 deletions(-)



diff --git a/src/dev/arm/amba.hh b/src/dev/arm/amba.hh
index 4bfba34..f275c0f 100644
--- a/src/dev/arm/amba.hh
+++ b/src/dev/arm/amba.hh
@@ -43,7 +43,7 @@
 namespace AMBA
 {

-typedef MasterID OrderID;
+typedef UniqueID OrderID;

 static OrderID
 orderId(PacketPtr pkt)
diff --git a/src/dev/arm/smmu_v3.hh b/src/dev/arm/smmu_v3.hh
index a1295a6..1b4280e 100644
--- a/src/dev/arm/smmu_v3.hh
+++ b/src/dev/arm/smmu_v3.hh
@@ -88,7 +88,7 @@
     friend class SMMUv3SlaveInterface;

     const System &system;
-    const MasterID masterId;
+    const UniqueID masterId;

     SMMURequestPort    masterPort;
     SMMUMasterTableWalkPort masterTableWalkPort;
diff --git a/src/dev/dma_device.hh b/src/dev/dma_device.hh
index 56c8d4c..cca0f24 100644
--- a/src/dev/dma_device.hh
+++ b/src/dev/dma_device.hh
@@ -114,7 +114,7 @@
     System *const sys;

     /** Id for all requests */
-    const MasterID masterId;
+    const UniqueID masterId;

   protected:
/** Use a deque as we never do any insertion or removal in the middle */

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33509
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ia56ad2b1d99f3ebb6d94b8da7dd306b61e4482a6
Gerrit-Change-Number: 33509
Gerrit-PatchSet: 1
Gerrit-Owner: Eden Avivi <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to