make sure that page bits of VA on tlb insert are 0
--HG-- extra : convert_revision : f04af884687e9b8631e910cf62cd4a58d035c744
This commit is contained in:
parent
3af3610c62
commit
a7072c19db
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ TLB::insert(Addr va, int partition_id, int context_id, bool real,
|
|||
int x;
|
||||
|
||||
cacheValid = false;
|
||||
va &= ~(PTE.size()-1);
|
||||
/* tr.va = va;
|
||||
tr.size = PTE.size() - 1;
|
||||
tr.contextId = context_id;
|
||||
|
|
Loading…
Reference in a new issue