diff options
Diffstat (limited to 'litmus/litmus.c')
-rw-r--r-- | litmus/litmus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/litmus/litmus.c b/litmus/litmus.c index d368202ab8c3..953a591fad5f 100644 --- a/litmus/litmus.c +++ b/litmus/litmus.c | |||
@@ -388,8 +388,8 @@ static void reinit_litmus_state(struct task_struct* p, int restore) | |||
388 | #endif | 388 | #endif |
389 | 389 | ||
390 | #ifdef CONFIG_LITMUS_NESTED_LOCKING | 390 | #ifdef CONFIG_LITMUS_NESTED_LOCKING |
391 | WARN_ON(p->rt_param.blocked_lock); | 391 | // WARN_ON(p->rt_param.blocked_lock); |
392 | WARN_ON(!binheap_empty(&p->rt_param.hp_blocked_tasks)); | 392 | // WARN_ON(!binheap_empty(&p->rt_param.hp_blocked_tasks)); |
393 | #endif | 393 | #endif |
394 | 394 | ||
395 | #ifdef CONFIG_LITMUS_SOFTIRQD | 395 | #ifdef CONFIG_LITMUS_SOFTIRQD |