Giacomo Gabrielli has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/18910

Change subject: cpu: Remove assert causing issues with x86 Linux boot
......................................................................

cpu: Remove assert causing issues with x86 Linux boot

Change-Id: I5e0b189ced0dd59ac6dbbb2c498c068e132b9b93
Signed-off-by: Giacomo Gabrielli <[email protected]>
---
M src/cpu/simple/atomic.cc
1 file changed, 0 insertions(+), 1 deletion(-)



diff --git a/src/cpu/simple/atomic.cc b/src/cpu/simple/atomic.cc
index c5b0245..5fc1d69 100644
--- a/src/cpu/simple/atomic.cc
+++ b/src/cpu/simple/atomic.cc
@@ -541,7 +541,6 @@
         {
             if (req->isLockedRMW() && fault == NoFault) {
                 assert(byteEnable.empty());
-                assert(locked && curr_frag_id == 0);
                 locked = false;
             }


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/18910
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I5e0b189ced0dd59ac6dbbb2c498c068e132b9b93
Gerrit-Change-Number: 18910
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Gabrielli <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to