aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2007-10-17 18:08:35 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2007-10-17 18:08:35 -0400
commitb5a6bb4e6f094fe3e080d95ca5f69d640dbd7cef (patch)
treecce417a99273e9d8afa6c74022fefecc1c2ab7bb /include/linux
parentd59fb6371fd1234760b0bd89e10846d500f5d13c (diff)
litmus: Rework scheduler signals implementation
This approach should both make the scheduler signals list more flexible and fix the locking dependency detected by lockdep.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/rt_param.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/rt_param.h b/include/linux/rt_param.h
index 8936d2c22f..426a929187 100644
--- a/include/linux/rt_param.h
+++ b/include/linux/rt_param.h
@@ -101,14 +101,6 @@ typedef struct task_rt_param {
101 */ 101 */
102 unsigned int subject_to_srp:1; 102 unsigned int subject_to_srp:1;
103 103
104 /* Ready to receive scheduler signals? */
105 unsigned int signal_ready:1;
106
107 /* scheduler signal list head */
108 unsigned int in_sig_list:1;
109 unsigned int signal:8;
110 struct list_head sig_list;
111
112 /* user controlled parameters */ 104 /* user controlled parameters */
113 rt_param_t basic_params; 105 rt_param_t basic_params;
114 106