summaryrefslogtreecommitdiff
path: root/kernel/async.c
diff options
context:
space:
mode:
authorBjörn Davidsson <bjorn.davidsson@sony.com>2018-01-25 12:06:21 +0100
committerGerrit - the friendly Code Review server <code-review@localhost>2018-03-22 23:20:10 -0700
commitb1b132053455a6bd8a5301b3ee6e14189c0563d0 (patch)
treec1301875286b060b18bc40036ba64b16a96325a4 /kernel/async.c
parent63d54f82b9779d0ddc8c80743dd32990ecfb4543 (diff)
softirq: Don't defer all softirq during RT task
Since 'commit f332a9d53e33 ("softirq: defer softirq processing to ksoftirqd if CPU is busy with RT")', all softirqs are deferred to ksoftirqd if one of the potentially long softirqs are pending. This can significantly delay processing of tasklets and timers, which are frequently designed to be running at high priority. Defer only the potentially slow softirqs to ksoftirqd. Change-Id: I7a2ef7c59749ccf086066c59962ff326786da6f4 Signed-off-by: Björn Davidsson <bjorn.davidsson@sony.com> [clingutla@codeaurora.org:- Renamed local variables and refactored deferred logic to macro for avoiding potential deadlock.] Signed-off-by: Lingutla Chandrasekhar <clingutla@codeaurora.org>
Diffstat (limited to 'kernel/async.c')
0 files changed, 0 insertions, 0 deletions