From 6bf659fd920e06480011f70d819338b3b4b95bba Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Mon, 20 Jul 2015 19:01:04 +0200 Subject: 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. --- include/litmus.h | 4 ++-- 1 file 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" { /** * @private - * Number of semaphore protocol object types + * The numeric ID of the LITMUS^RT scheduling class. */ -#define SCHED_LITMUS 6 +#define SCHED_LITMUS 7 /** * Initialise a real-time task param struct -- cgit v1.2.2