From 22566fe0f3333dcf4d9db1bd684d4ab529fbfaf4 Mon Sep 17 00:00:00 2001 From: leochanj Date: Wed, 21 Oct 2020 16:02:51 -0400 Subject: FLUSH_CACHES --- SD-VBS/common/c/extra.h | 2 +- extra.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SD-VBS/common/c/extra.h b/SD-VBS/common/c/extra.h index dbf1c95..8c67b33 100644 --- a/SD-VBS/common/c/extra.h +++ b/SD-VBS/common/c/extra.h @@ -396,7 +396,7 @@ static void _rt_start_loop() { FIRST_UNLOCK FIRST_LOCK #endif /* PAIRED */ - //FLUSH_CACHES + FLUSH_CACHES #ifdef PAIRED BARRIER_SYNC #endif /* PAIRED */ diff --git a/extra.h b/extra.h index dbf1c95..8c67b33 100644 --- a/extra.h +++ b/extra.h @@ -396,7 +396,7 @@ static void _rt_start_loop() { FIRST_UNLOCK FIRST_LOCK #endif /* PAIRED */ - //FLUSH_CACHES + FLUSH_CACHES #ifdef PAIRED BARRIER_SYNC #endif /* PAIRED */ -- cgit v1.2.2