Giacomo Travaglini has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/45779 )
Change subject: arch: Make MMU::flushAll virtual
......................................................................
arch: Make MMU::flushAll virtual
This is enabling ISA specific MMUs to reimplement the flushing
according to their TLB structure
Change-Id: Ic407ab95137b299206cb94926fb69d8898ed33f8
Signed-off-by: Giacomo Travaglini <[email protected]>
---
M src/arch/generic/mmu.hh
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/arch/generic/mmu.hh b/src/arch/generic/mmu.hh
index 79e53dc..d7c048c 100644
--- a/src/arch/generic/mmu.hh
+++ b/src/arch/generic/mmu.hh
@@ -61,7 +61,7 @@
}
public:
- void
+ virtual void
flushAll()
{
dtb->flushAll();
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/45779
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: Ic407ab95137b299206cb94926fb69d8898ed33f8
Gerrit-Change-Number: 45779
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