Jason Lowe-Power has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50068 )

Change subject: arch-riscv: Remove unused stats
......................................................................

arch-riscv: Remove unused stats

These stats were unused and caused a warning about legacy stats. From
what I can tell looking at the blame, they were never used.

Change-Id: If2886e91dd776c34354a79a4cbc447ffe5988982
Signed-off-by: Jason Lowe-Power <[email protected]>
---
M src/arch/riscv/tlb.hh
1 file changed, 0 insertions(+), 2 deletions(-)



diff --git a/src/arch/riscv/tlb.hh b/src/arch/riscv/tlb.hh
index 26b6afa..f37143d 100644
--- a/src/arch/riscv/tlb.hh
+++ b/src/arch/riscv/tlb.hh
@@ -75,11 +75,9 @@

         statistics::Scalar readHits;
         statistics::Scalar readMisses;
-        statistics::Scalar read_acv;
         statistics::Scalar readAccesses;
         statistics::Scalar writeHits;
         statistics::Scalar writeMisses;
-        statistics::Scalar write_acv;
         statistics::Scalar writeAccesses;

         statistics::Formula hits;

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50068
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: If2886e91dd776c34354a79a4cbc447ffe5988982
Gerrit-Change-Number: 50068
Gerrit-PatchSet: 1
Gerrit-Owner: Jason Lowe-Power <[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