aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-09-16 18:29:36 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2012-09-16 18:29:36 -0400
commitc58a74c8ad2d2b1b01be12afb9bac58dfef0d16a (patch)
tree60dbed545715ecf91ab7409789c1a9effd791348 /include/linux
parent4e8f9b7c2e9134ca31feb91dee3609a95df6de56 (diff)
Added CONFIG_REALTIME_AUX_TASKS option
Auxillary task features were enabled by CONFIG_LITMUS_LOCKING. Made auxillary tasks a seperate feature that depends upon CONFIG_LITMUS_LOCKING.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 5d1c041be809..d580959f9f5c 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1534,7 +1534,9 @@ struct task_struct {
1534 1534
1535 /*** LITMUS RT parameters and state ***/ 1535 /*** LITMUS RT parameters and state ***/
1536 struct rt_param rt_param; 1536 struct rt_param rt_param;
1537#ifdef CONFIG_REALTIME_AUX_TASKS
1537 struct aux_data aux_data; 1538 struct aux_data aux_data;
1539#endif
1538 /*****/ 1540 /*****/
1539 1541
1540 /* references to PI semaphores, etc. */ 1542 /* references to PI semaphores, etc. */