Changeset 354 for branches/v5/modules/vci_mem_cache
- Timestamp:
- Apr 5, 2013, 4:28:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r353 r354 6413 6413 ////////////////////////// 6414 6414 case ALLOC_UPT_CLEANUP: 6415 if(r_cleanup_fsm.read() != CLEANUP_UPT_LOCK) 6415 if((r_cleanup_fsm.read() != CLEANUP_UPT_LOCK ) && 6416 (r_cleanup_fsm.read() != CLEANUP_UPT_DECREMENT)) 6416 6417 { 6417 6418 if((r_cas_fsm.read() == CAS_UPT_LOCK) ||
Note: See TracChangeset
for help on using the changeset viewer.