aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/litmus.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/litmus.c')
-rw-r--r--litmus/litmus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/litmus/litmus.c b/litmus/litmus.c
index 3dcefe7a08d6..68285b319160 100644
--- a/litmus/litmus.c
+++ b/litmus/litmus.c
@@ -317,7 +317,7 @@ static void reinit_litmus_state(struct task_struct* p, int restore)
317 WARN_ON(p->rt_param.blocked_lock); 317 WARN_ON(p->rt_param.blocked_lock);
318 WARN_ON(!binheap_empty(&p->rt_param.hp_blocked_tasks)); 318 WARN_ON(!binheap_empty(&p->rt_param.hp_blocked_tasks));
319 319
320 WARN_ON(p->rt_param.doner); 320 //WARN_ON(p->rt_param.donor_data);
321#endif 321#endif
322 322
323 /* Cleanup everything else. */ 323 /* Cleanup everything else. */
@@ -493,7 +493,7 @@ void litmus_exec(void)
493 493
494 if (is_realtime(p)) { 494 if (is_realtime(p)) {
495 WARN_ON(p->rt_param.inh_task); 495 WARN_ON(p->rt_param.inh_task);
496 WARN_ON(p->rt_param.doner); 496 //WARN_ON(p->rt_param.donor_data);
497 if (tsk_rt(p)->ctrl_page) { 497 if (tsk_rt(p)->ctrl_page) {
498 free_page((unsigned long) tsk_rt(p)->ctrl_page); 498 free_page((unsigned long) tsk_rt(p)->ctrl_page);
499 tsk_rt(p)->ctrl_page = NULL; 499 tsk_rt(p)->ctrl_page = NULL;