drc: remove unnecessary cache flushing
authornotaz <notasas@gmail.com>
Sun, 18 Sep 2016 21:00:48 +0000 (00:00 +0300)
committernotaz <notasas@gmail.com>
Sun, 18 Sep 2016 21:00:48 +0000 (00:00 +0300)
should already be flushed or not matter at this point

libpcsxcore/new_dynarec/new_dynarec.c

index ca12ea9..bfe3961 100644 (file)
@@ -1000,9 +1000,6 @@ void invalidate_all_pages()
       restore_candidate[(page&2047)>>3]|=1<<(page&7);
       restore_candidate[((page&2047)>>3)+256]|=1<<(page&7);
     }
-  #ifdef __arm__
-  __clear_cache((void *)BASE_ADDR,(void *)BASE_ADDR+(1<<TARGET_SIZE_2));
-  #endif
   #ifdef USE_MINI_HT
   memset(mini_ht,-1,sizeof(mini_ht));
   #endif