lkml.org 
[lkml]   [2020]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/9] sched,idle,rcu: Push rcu_idle deeper into the idle path
On Thu, 20 Aug 2020 09:30:33 +0200
Peter Zijlstra <peterz@infradead.org> wrote:

> +++ b/drivers/cpuidle/cpuidle.c
> @@ -145,22 +145,27 @@ static void enter_s2idle_proper(struct c

[..]
> drv->states[index].enter_s2idle(dev, drv, index);
> - WARN_ON(!irqs_disabled());
> + if (WARN_ON(!irqs_disabled()))
> + local_irq_disable();
> /*

This looks like a fix that should go in as a separate patch. As it
looks unrelated to this patch.

-- Steve

\
 
 \ /
  Last update: 2020-08-20 16:07    [W:0.174 / U:0.828 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site