Updated from Linux LTS 3.10.23 to 3.10.24
This commit is contained in:
@@ -50,7 +50,7 @@ static void resume_irqs(bool want_early)
|
||||
bool is_early = desc->action &&
|
||||
desc->action->flags & IRQF_EARLY_RESUME;
|
||||
|
||||
if (is_early != want_early)
|
||||
if (!is_early && want_early)
|
||||
continue;
|
||||
|
||||
raw_spin_lock_irqsave(&desc->lock, flags);
|
||||
|
||||
Reference in New Issue
Block a user