cpu: Remove assert causing issues with x86 Linux boot
Change-Id: I5e0b189ced0dd59ac6dbbb2c498c068e132b9b93 Signed-off-by: Giacomo Gabrielli <giacomo.gabrielli@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18910 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -541,7 +541,6 @@ AtomicSimpleCPU::writeMem(uint8_t *data, unsigned size, Addr addr,
|
||||
{
|
||||
if (req->isLockedRMW() && fault == NoFault) {
|
||||
assert(byteEnable.empty());
|
||||
assert(locked && curr_frag_id == 0);
|
||||
locked = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user