Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/50353 )
Change subject: sim: Get rid of the now unused System::getPageShift()
method.
......................................................................
sim: Get rid of the now unused System::getPageShift() method.
The other related getPageBytes method is still used for now.
Change-Id: I22e04b47d3932751e03efc0918d44fc1627833bd
---
M src/sim/system.hh
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/sim/system.hh b/src/sim/system.hh
index cf67a95..f5a63c0 100644
--- a/src/sim/system.hh
+++ b/src/sim/system.hh
@@ -398,11 +398,6 @@
Addr getPageBytes() const { return TheISA::PageBytes; }
/**
- * Get the number of bits worth of in-page address for the ISA.
- */
- Addr getPageShift() const { return TheISA::PageShift; }
-
- /**
* The thermal model used for this system (if any).
*/
ThermalModel * getThermalModel() const { return thermalModel; }
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50353
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: I22e04b47d3932751e03efc0918d44fc1627833bd
Gerrit-Change-Number: 50353
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[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