Anthony Gutierrez has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/30895 )

Change subject: arch-arm: Remove some unused vars from self_debug.hh
......................................................................

arch-arm: Remove some unused vars from self_debug.hh

Change-Id: I68b4ddfe66a34a29c0abfd52a8448e0b8a5bbe94
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30895
Reviewed-by: Jason Lowe-Power <power...@gmail.com>
Reviewed-by: Andreas Sandberg <andreas.sandb...@arm.com>
Reviewed-by: Jordi Vaquero <jordi.vaqu...@metempsy.com>
Maintainer: Andreas Sandberg <andreas.sandb...@arm.com>
Tested-by: kokoro <noreply+kok...@google.com>
---
M src/arch/arm/self_debug.hh
1 file changed, 1 insertion(+), 6 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved
Andreas Sandberg: Looks good to me, but someone else must approve; Looks good to me, approved
  Jordi Vaquero: Looks good to me, approved
  kokoro: Regressions pass



diff --git a/src/arch/arm/self_debug.hh b/src/arch/arm/self_debug.hh
index 9739c77..67654d2 100644
--- a/src/arch/arm/self_debug.hh
+++ b/src/arch/arm/self_debug.hh
@@ -58,7 +58,6 @@
   private:
     MiscRegIndex ctrlRegIndex;
     MiscRegIndex valRegIndex;
-    MiscRegIndex xRegIndex;
     SelfDebug * conf;
     bool isCntxtAware;
     bool VMID16enabled;
@@ -72,7 +71,7 @@
              MiscRegIndex _xIndex, SelfDebug* _conf, bool _ctxAw, bool lva,
              bool vmid16, bool aarch32):
                 ctrlRegIndex(_ctrlIndex), valRegIndex(_valIndex),
-                xRegIndex(_xIndex), conf(_conf), isCntxtAware(_ctxAw),
+                conf(_conf), isCntxtAware(_ctxAw),
                 VMID16enabled(vmid16), active_pc(0x0), enable(false)
     {
         maxAddrSize = lva ? 52: 48 ;
@@ -215,10 +214,6 @@
     bool prevSteppedLdx;
     bool cpsrD;

-    bool ctrStepped;
-    bool ctrActivate;
-
-
   public:
     SoftwareStep(SelfDebug* s): bSS(false), stateSS(INACTIVE_STATE),
                                 conf(s), steppedLdx(false) { }

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/30895
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: I68b4ddfe66a34a29c0abfd52a8448e0b8a5bbe94
Gerrit-Change-Number: 30895
Gerrit-PatchSet: 2
Gerrit-Owner: Anthony Gutierrez <anthony.gutier...@amd.com>
Gerrit-Reviewer: Andreas Sandberg <andreas.sandb...@arm.com>
Gerrit-Reviewer: Anthony Gutierrez <anthony.gutier...@amd.com>
Gerrit-Reviewer: Ciro Santilli <ciro.santi...@arm.com>
Gerrit-Reviewer: Giacomo Gabrielli <giacomo.gabrie...@arm.com>
Gerrit-Reviewer: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-Reviewer: Jason Lowe-Power <power...@gmail.com>
Gerrit-Reviewer: Jordi Vaquero <jordi.vaqu...@metempsy.com>
Gerrit-Reviewer: Tony Gutierrez <anthony.gutier...@amd.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
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

Reply via email to