2c2
< * Copyright (c) 2012-2013, 2015-2016 ARM Limited
---
> * Copyright (c) 2012-2013, 2015-2017 ARM Limited
114,116c114,117
< (target->isEviction() && !_isUncacheable)),
< "Write queue entry %#llx should either be uncacheable write or "
< "a cacheable eviction");
---
> (target->isEviction() && !_isUncacheable) ||
> target->cmd == MemCmd::WriteClean),
> "Write queue entry %#llx should be an uncacheable write or "
> "a cacheable eviction or a writeclean");