Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51147 )

Change subject: arch-arm: Remove duplicate sys param from ArmMMU
......................................................................

arch-arm: Remove duplicate sys param from ArmMMU

Change-Id: I3f906a1c1076170e8b751d3cfdbf16627cf8c2ac
Signed-off-by: Giacomo Travaglini <[email protected]>
---
M src/arch/arm/ArmMMU.py
1 file changed, 10 insertions(+), 2 deletions(-)



diff --git a/src/arch/arm/ArmMMU.py b/src/arch/arm/ArmMMU.py
index 29acbbc..d32cbff 100644
--- a/src/arch/arm/ArmMMU.py
+++ b/src/arch/arm/ArmMMU.py
@@ -70,8 +70,6 @@
     itb = ArmTLB(entry_type="instruction", next_level=Parent.l2_shared)
     dtb = ArmTLB(entry_type="data", next_level=Parent.l2_shared)

-    sys = Param.System(Parent.any, "system object parameter")
-
     stage2_itb = Param.ArmTLB(
         ArmStage2TLB(entry_type="instruction"),
         "Stage 2 Instruction TLB")

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/51147
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: I3f906a1c1076170e8b751d3cfdbf16627cf8c2ac
Gerrit-Change-Number: 51147
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini <[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