summaryrefslogtreecommitdiffstats
path: root/baseline/source/extra.h
diff options
context:
space:
mode:
authorJoshua Bakita <bakitajoshua@gmail.com>2020-05-29 12:58:53 -0400
committerJoshua Bakita <bakitajoshua@gmail.com>2020-05-29 12:58:53 -0400
commit66824af0fab366fe02f0793f32081ebde28f5fa5 (patch)
treeba312bef82e59549aa7b77348299b79ab608f36f /baseline/source/extra.h
parent7b715ab6c23af2695f58917ffe6e5df3b14ab360 (diff)
Remove changes specific to Joshua's PRP
- Revert type change in Neighborhood microbenchmark - Remove inputs modified to fix in the available memory on the i.MX6DQ PRP test platform - Change default configuration to build without LITMUS/MC^2/MMDC
Diffstat (limited to 'baseline/source/extra.h')
-rw-r--r--baseline/source/extra.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/baseline/source/extra.h b/baseline/source/extra.h
index 81ec146..5e527c6 100644
--- a/baseline/source/extra.h
+++ b/baseline/source/extra.h
@@ -21,9 +21,9 @@
21#include <sys/syscall.h> 21#include <sys/syscall.h>
22#endif 22#endif
23 23
24#define LITMUS 1 24#define LITMUS 0
25#define MC2 1 25#define MC2 0
26#define MMDC_PROF 1 26#define MMDC_PROF 0
27 27
28#if LITMUS 28#if LITMUS
29#include <litmus.h> 29#include <litmus.h>