diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-07-20 13:01:04 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-07-20 13:01:04 -0400 |
commit | 6bf659fd920e06480011f70d819338b3b4b95bba (patch) | |
tree | f7e8f1b7ddafde6d0bdda7a28924be8c82586277 | |
parent | 54ab0e29794e9f22aacd206102d9e4d643e28efe (diff) |
Rebase 2015.1: update SCHED_LITMUS policy ID
With the addition of SCHED_DEADLINE in mainline Linux, we have to
adjust the ID of SCHED_LITMUS.
-rw-r--r-- | include/litmus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/litmus.h b/include/litmus.h index f99ccec..b9dbdb5 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -42,9 +42,9 @@ extern "C" { | |||
42 | 42 | ||
43 | /** | 43 | /** |
44 | * @private | 44 | * @private |
45 | * Number of semaphore protocol object types | 45 | * The numeric ID of the LITMUS^RT scheduling class. |
46 | */ | 46 | */ |
47 | #define SCHED_LITMUS 6 | 47 | #define SCHED_LITMUS 7 |
48 | 48 | ||
49 | /** | 49 | /** |
50 | * Initialise a real-time task param struct | 50 | * Initialise a real-time task param struct |