summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleochanj <jbakita@cs.unc.edu>2020-10-21 16:02:51 -0400
committerleochanj <jbakita@cs.unc.edu>2020-10-21 16:02:51 -0400
commit22566fe0f3333dcf4d9db1bd684d4ab529fbfaf4 (patch)
treea41fe470fee5adc4d944ecd6b917bc48df8c7e0f
parent1fa6f0d382b536a762e3ea3bd532368407e4fcc4 (diff)
FLUSH_CACHES
-rw-r--r--SD-VBS/common/c/extra.h2
-rw-r--r--extra.h2
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() {
396 FIRST_UNLOCK 396 FIRST_UNLOCK
397 FIRST_LOCK 397 FIRST_LOCK
398#endif /* PAIRED */ 398#endif /* PAIRED */
399 //FLUSH_CACHES 399 FLUSH_CACHES
400#ifdef PAIRED 400#ifdef PAIRED
401 BARRIER_SYNC 401 BARRIER_SYNC
402#endif /* PAIRED */ 402#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() {
396 FIRST_UNLOCK 396 FIRST_UNLOCK
397 FIRST_LOCK 397 FIRST_LOCK
398#endif /* PAIRED */ 398#endif /* PAIRED */
399 //FLUSH_CACHES 399 FLUSH_CACHES
400#ifdef PAIRED 400#ifdef PAIRED
401 BARRIER_SYNC 401 BARRIER_SYNC
402#endif /* PAIRED */ 402#endif /* PAIRED */