aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorBryan Ward <bcw@cs.unc.edu>2012-08-12 16:35:36 -0400
committerBryan Ward <bcw@cs.unc.edu>2013-04-16 14:34:35 -0400
commit44123a1a3076503bef7666ffc3fdcb3f8e68e8da (patch)
tree4d6d41e315f8394f0970f24314cd6a569c56bdf7 /include/linux
parent30bb245b67c5be41a53203a5cc874e84985c528a (diff)
DGLock and DGUnlock implementation.
These methods haven't been fully tested, but they compile and pass a few simple tests.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 9c990d13ae35..2b094bdaafa3 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -96,6 +96,7 @@ struct sched_param {
96 96
97#include <litmus/rt_param.h> 97#include <litmus/rt_param.h>
98#include <litmus/preempt.h> 98#include <litmus/preempt.h>
99#include <litmus/fdso.h>
99 100
100struct exec_domain; 101struct exec_domain;
101struct futex_pi_state; 102struct futex_pi_state;
@@ -1538,6 +1539,8 @@ struct task_struct {
1538 /* references to PI semaphores, etc. */ 1539 /* references to PI semaphores, etc. */
1539 struct od_table_entry *od_table; 1540 struct od_table_entry *od_table;
1540 1541
1542 resource_mask_t resources;
1543
1541#ifdef CONFIG_LATENCYTOP 1544#ifdef CONFIG_LATENCYTOP
1542 int latency_record_count; 1545 int latency_record_count;
1543 struct latency_record latency_record[LT_SAVECOUNT]; 1546 struct latency_record latency_record[LT_SAVECOUNT];