misc: Remove lingering uses of TheISA::.
Change-Id: Ie55e0d79867fbc8f75a993fb456a58c84de5def4 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/62196 Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
This commit is contained in:
@@ -194,7 +194,7 @@ TLBCoalescer::updatePhysAddresses(PacketPtr pkt)
|
||||
// the correct TLBEentry in the TLBs above.
|
||||
auto p = sender_state->tc->getProcessPtr();
|
||||
sender_state->tlbEntry =
|
||||
new TheISA::TlbEntry(p->pid(), first_entry_vaddr,
|
||||
new X86ISA::TlbEntry(p->pid(), first_entry_vaddr,
|
||||
first_entry_paddr, false, false);
|
||||
|
||||
// update the hitLevel for all uncoalesced reqs
|
||||
|
||||
Reference in New Issue
Block a user