aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_plugin.c
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 /litmus/sched_plugin.c
parentfccce270a5540021b544d439595fa0a736242ff0 (diff)
Rename klitirqd klmirqd.
Diffstat (limited to 'litmus/sched_plugin.c')
-rw-r--r--litmus/sched_plugin.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/litmus/sched_plugin.c b/litmus/sched_plugin.c
index f9423861eb1f..cda67e0f6bc8 100644
--- a/litmus/sched_plugin.c
+++ b/litmus/sched_plugin.c
@@ -168,13 +168,13 @@ static int litmus_dummy___decrease_prio(struct task_struct* t, struct task_struc
168#endif 168#endif
169 169
170#ifdef CONFIG_LITMUS_SOFTIRQD 170#ifdef CONFIG_LITMUS_SOFTIRQD
171static void litmus_dummy_increase_prio_klitirq(struct task_struct* klitirqd, 171static void litmus_dummy_increase_prio_klmirqd(struct task_struct* klmirqd,
172 struct task_struct* old_owner, 172 struct task_struct* old_owner,
173 struct task_struct* new_owner) 173 struct task_struct* new_owner)
174{ 174{
175} 175}
176 176
177static void litmus_dummy_decrease_prio_klitirqd(struct task_struct* klitirqd, 177static void litmus_dummy_decrease_prio_klmirqd(struct task_struct* klmirqd,
178 struct task_struct* old_owner) 178 struct task_struct* old_owner)
179{ 179{
180} 180}
@@ -264,8 +264,8 @@ struct sched_plugin linux_sched_plugin = {
264 .__compare = litmus_dummy___compare, 264 .__compare = litmus_dummy___compare,
265#endif 265#endif
266#ifdef CONFIG_LITMUS_SOFTIRQD 266#ifdef CONFIG_LITMUS_SOFTIRQD
267 .increase_prio_klitirqd = litmus_dummy_increase_prio_klitirqd, 267 .increase_prio_klmirqd = litmus_dummy_increase_prio_klmirqd,
268 .decrease_prio_klitirqd = litmus_dummy_decrease_prio_klitirqd, 268 .decrease_prio_klmirqd = litmus_dummy_decrease_prio_klmirqd,
269#endif 269#endif
270#ifdef CONFIG_LITMUS_PAI_SOFTIRQD 270#ifdef CONFIG_LITMUS_PAI_SOFTIRQD
271 .enqueue_pai_tasklet = litmus_dummy_enqueue_pai_tasklet, 271 .enqueue_pai_tasklet = litmus_dummy_enqueue_pai_tasklet,
@@ -328,8 +328,8 @@ int register_sched_plugin(struct sched_plugin* plugin)
328 CHECK(__compare); 328 CHECK(__compare);
329#endif 329#endif
330#ifdef CONFIG_LITMUS_SOFTIRQD 330#ifdef CONFIG_LITMUS_SOFTIRQD
331 CHECK(increase_prio_klitirqd); 331 CHECK(increase_prio_klmirqd);
332 CHECK(decrease_prio_klitirqd); 332 CHECK(decrease_prio_klmirqd);
333#endif 333#endif
334#ifdef CONFIG_LITMUS_PAI_SOFTIRQD 334#ifdef CONFIG_LITMUS_PAI_SOFTIRQD
335 CHECK(enqueue_pai_tasklet); 335 CHECK(enqueue_pai_tasklet);