Index: /trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src/vci_cc_vcache_wrapper_v4.cpp
===================================================================
--- /trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src/vci_cc_vcache_wrapper_v4.cpp	(revision 230)
+++ /trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src/vci_cc_vcache_wrapper_v4.cpp	(revision 231)
@@ -4694,5 +4694,4 @@
                 if ( ok )   // successful registration
                 {
-                    r_dcache_cleanup_req = false;
                     r_cleanup_fsm   = CLEANUP_DATA_GO; 
                     r_cleanup_trdid = index<<1;
@@ -4705,5 +4704,4 @@
                 if ( ok )   // successful registration
                 {
-                    r_icache_cleanup_req = false;
                     r_cleanup_fsm   = CLEANUP_INS_GO; 
                     r_cleanup_trdid = (index<<1) + 1;
@@ -4723,5 +4721,4 @@
                 if ( ok )   // successful registration
                 {
-                    r_icache_cleanup_req = false;
                     r_cleanup_fsm   = CLEANUP_INS_GO;
                     r_cleanup_trdid = (index<<1) + 1;
@@ -4734,5 +4731,4 @@
                 if ( ok )   // successful registration
                 {
-                    r_dcache_cleanup_req = false;
                     r_cleanup_fsm   = CLEANUP_DATA_GO;
                     r_cleanup_trdid = index<<1;
@@ -4747,4 +4743,5 @@
             {
                 r_cleanup_fsm        = CLEANUP_INS_IDLE;
+                r_dcache_cleanup_req = false;
 
 #if DEBUG_CLEANUP
@@ -4765,4 +4762,5 @@
             {
                 r_cleanup_fsm        = CLEANUP_DATA_IDLE;
+                r_icache_cleanup_req = false;
 
 #if DEBUG_CLEANUP
