Revert "arch-x86: Fix TLB Assertion Error on CFLUSH" (#1196)
Reverts gem5/gem5#1080 as it is not a good fix.
This commit is contained in:
@@ -254,7 +254,7 @@ class DataTranslation : public BaseMMU::Translation
|
||||
BaseMMU::Mode mode)
|
||||
{
|
||||
assert(state);
|
||||
assert(mode == state->mode || req->isCacheClean());
|
||||
assert(mode == state->mode);
|
||||
if (state->finish(fault, index)) {
|
||||
if (state->getFault() == NoFault) {
|
||||
// Don't access the request if faulted (due to squash)
|
||||
|
||||
Reference in New Issue
Block a user