aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/sched_plugin.h
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-12-09 16:53:50 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-12-09 16:55:39 -0500
commitfbd9574e298157b54c38f82f536e5cea8f766dff (patch)
treeab8985a838b6b4c69b99f28d6338a3b9a7721dc4 /include/litmus/sched_plugin.h
parentfccce270a5540021b544d439595fa0a736242ff0 (diff)
Rename klitirqd klmirqd.
Diffstat (limited to 'include/litmus/sched_plugin.h')
-rw-r--r--include/litmus/sched_plugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/litmus/sched_plugin.h b/include/litmus/sched_plugin.h
index 65736b2a9199..e8127f427d56 100644
--- a/include/litmus/sched_plugin.h
+++ b/include/litmus/sched_plugin.h
@@ -79,10 +79,10 @@ typedef void (*nested_increase_prio_t)(struct task_struct* t, struct task_struct
79typedef void (*nested_decrease_prio_t)(struct task_struct* t, struct task_struct* prio_inh, 79typedef void (*nested_decrease_prio_t)(struct task_struct* t, struct task_struct* prio_inh,
80 raw_spinlock_t *to_unlock, unsigned long irqflags); 80 raw_spinlock_t *to_unlock, unsigned long irqflags);
81 81
82typedef void (*increase_prio_klitirq_t)(struct task_struct* klitirqd, 82typedef void (*increase_prio_klitirq_t)(struct task_struct* klmirqd,
83 struct task_struct* old_owner, 83 struct task_struct* old_owner,
84 struct task_struct* new_owner); 84 struct task_struct* new_owner);
85typedef void (*decrease_prio_klitirqd_t)(struct task_struct* klitirqd, 85typedef void (*decrease_prio_klmirqd_t)(struct task_struct* klmirqd,
86 struct task_struct* old_owner); 86 struct task_struct* old_owner);
87 87
88 88
@@ -168,8 +168,8 @@ struct sched_plugin {
168#endif 168#endif
169 169
170#ifdef CONFIG_LITMUS_SOFTIRQD 170#ifdef CONFIG_LITMUS_SOFTIRQD
171 increase_prio_klitirq_t increase_prio_klitirqd; 171 increase_prio_klitirq_t increase_prio_klmirqd;
172 decrease_prio_klitirqd_t decrease_prio_klitirqd; 172 decrease_prio_klmirqd_t decrease_prio_klmirqd;
173#endif 173#endif
174#ifdef CONFIG_LITMUS_PAI_SOFTIRQD 174#ifdef CONFIG_LITMUS_PAI_SOFTIRQD
175 enqueue_pai_tasklet_t enqueue_pai_tasklet; 175 enqueue_pai_tasklet_t enqueue_pai_tasklet;