Skip to content
Commit abf0ea65 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by Max Filippov
Browse files

xtensa: Enable irqs after cpu is set online



there is a small possibility that wake_up of softirq thread
happens between local_irq_enable() and set_cpu_online(). In
this case affinity of the thread changes to fallback affinity
(i.e. CPU0). This may be a source of problems.

The patch kills that possibility.

Signed-off-by: default avatarKirill Tkhai <tkhai@yandex.ru>
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 306ab544
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment