aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNamhoon Kim <namhoonk@cs.unc.edu>2016-05-03 16:22:38 -0400
committerNamhoon Kim <namhoonk@cs.unc.edu>2016-05-03 16:22:38 -0400
commit1ae58b9a30fbacd3ba5a1a62f40cb669cc51559a (patch)
tree3eddeb69d80e013a2c945f3da4f68db40613f256
parentfe82d5295af5552936d5bb2497fbf4dc27d77d81 (diff)
Fix SCHED_LITMUS definitionwip-shared-mem
-rw-r--r--include/litmus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus.h b/include/litmus.h
index 7229a38..4a4ea39 100644
--- a/include/litmus.h
+++ b/include/litmus.h
@@ -46,7 +46,7 @@ extern "C" {
46 * @private 46 * @private
47 * Number of semaphore protocol object types 47 * Number of semaphore protocol object types
48 */ 48 */
49#define SCHED_LITMUS 6 49#define SCHED_LITMUS 7
50 50
51#define CACHELINE_SIZE 32 51#define CACHELINE_SIZE 32
52#define INTS_IN_CACHELINE (CACHELINE_SIZE/sizeof(int)) 52#define INTS_IN_CACHELINE (CACHELINE_SIZE/sizeof(int))