diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-01-10 16:21:07 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2013-01-10 16:21:07 -0500 |
commit | 8d00682ce5ddaedfb62287773d21c727f08fda69 (patch) | |
tree | 61a4b7bac5960c6f0ab25fe087404e9ca1725e05 /include/linux/sched.h | |
parent | fdf0a6b73001976c5d02d631ebdd0927819d7c91 (diff) | |
parent | 1235a665a5e00dc762e6646c01381b3ed5019d86 (diff) |
Merge branch 'wip-gpu-cleanup' into wip-2012.3-gpu
Conflicts:
include/litmus/fpmath.h
include/litmus/litmus.h
include/litmus/rt_param.h
include/litmus/trace.h
kernel/sched.c
kernel/softirq.c
litmus/edf_common.c
litmus/jobs.c
litmus/litmus.c
litmus/locking.c
litmus/preempt.c
litmus/sched_cedf.c
litmus/sched_gsn_edf.c
litmus/sched_litmus.c
litmus/sync.c
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 9c990d13ae35..d580959f9f5c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1532,8 +1532,12 @@ struct task_struct { | |||
1532 | #endif | 1532 | #endif |
1533 | struct prop_local_single dirties; | 1533 | struct prop_local_single dirties; |
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 | ||
1538 | struct aux_data aux_data; | ||
1539 | #endif | ||
1540 | /*****/ | ||
1537 | 1541 | ||
1538 | /* references to PI semaphores, etc. */ | 1542 | /* references to PI semaphores, etc. */ |
1539 | struct od_table_entry *od_table; | 1543 | struct od_table_entry *od_table; |