Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/45241 )
Change subject: misc: Replace M5_CLASS_VAR_USED with GEM5_CLASS_VAR_USED.
......................................................................
misc: Replace M5_CLASS_VAR_USED with GEM5_CLASS_VAR_USED.
Change-Id: Ibd2230d684f41201b07fa9083881145e36176a68
---
M src/cpu/o3/scoreboard.hh
M src/dev/arm/smmu_v3_transl.hh
M src/mem/mem_interface.hh
M src/mem/ruby/network/garnet/OutputUnit.hh
M src/sim/probe/probe.hh
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/cpu/o3/scoreboard.hh b/src/cpu/o3/scoreboard.hh
index 74825f9..13f709c 100644
--- a/src/cpu/o3/scoreboard.hh
+++ b/src/cpu/o3/scoreboard.hh
@@ -58,7 +58,7 @@
std::vector<bool> regScoreBoard;
/** The number of actual physical registers */
- M5_CLASS_VAR_USED unsigned numPhysRegs;
+ GEM5_CLASS_VAR_USED unsigned numPhysRegs;
public:
/** Constructs a scoreboard.
diff --git a/src/dev/arm/smmu_v3_transl.hh b/src/dev/arm/smmu_v3_transl.hh
index bfe6319..fbe97b0 100644
--- a/src/dev/arm/smmu_v3_transl.hh
+++ b/src/dev/arm/smmu_v3_transl.hh
@@ -97,7 +97,7 @@
TranslContext context;
Tick recvTick;
- M5_CLASS_VAR_USED Tick faultTick;
+ GEM5_CLASS_VAR_USED Tick faultTick;
virtual void main(Yield &yield);
diff --git a/src/mem/mem_interface.hh b/src/mem/mem_interface.hh
index d1bf671..7710e95 100644
--- a/src/mem/mem_interface.hh
+++ b/src/mem/mem_interface.hh
@@ -140,7 +140,7 @@
/**
* General timing requirements
*/
- M5_CLASS_VAR_USED const Tick tCK;
+ GEM5_CLASS_VAR_USED const Tick tCK;
const Tick tCS;
const Tick tBURST;
const Tick tRTW;
diff --git a/src/mem/ruby/network/garnet/OutputUnit.hh
b/src/mem/ruby/network/garnet/OutputUnit.hh
index 1245269..fe7f889 100644
--- a/src/mem/ruby/network/garnet/OutputUnit.hh
+++ b/src/mem/ruby/network/garnet/OutputUnit.hh
@@ -99,7 +99,7 @@
private:
Router *m_router;
- M5_CLASS_VAR_USED int m_id;
+ GEM5_CLASS_VAR_USED int m_id;
PortDirection m_direction;
int m_vc_per_vnet;
NetworkLink *m_out_link;
diff --git a/src/sim/probe/probe.hh b/src/sim/probe/probe.hh
index eb0e445..a0bc568 100644
--- a/src/sim/probe/probe.hh
+++ b/src/sim/probe/probe.hh
@@ -155,7 +155,7 @@
{
private:
/** Required for sensible debug messages.*/
- M5_CLASS_VAR_USED const SimObject *object;
+ GEM5_CLASS_VAR_USED const SimObject *object;
/** Vector for name look-up. */
std::vector<ProbePoint *> points;
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/45241
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: Ibd2230d684f41201b07fa9083881145e36176a68
Gerrit-Change-Number: 45241
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s