aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))