summaryrefslogtreecommitdiff
path: root/kernel/stacktrace.c
diff options
context:
space:
mode:
authorJoonwoo Park <joonwoop@codeaurora.org>2014-12-16 14:44:09 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:01:23 -0700
commita4ca8c9b561213652950165170730375bbafbb98 (patch)
tree51825334ec1a80dce58997ec22df40c70c262424 /kernel/stacktrace.c
parent790d5d8a4ad4309dfc44ca217fe073b1e51200c1 (diff)
sched: take account of irq preemption when calculating irqload delta
If irq raises while sched_irqload() is calculating irqload delta, sched_account_irqtime() can update rq's irqload_ts which can be greater than the jiffies stored in sched_irqload()'s context so delta can be negative. This negative delta means there was recent irq occurence. So remove improper BUG_ON(). CRs-fixed: 771894 Change-Id: I5bb01b50ec84c14bf9f26dd9c95de82ec2cd19b5 Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
Diffstat (limited to 'kernel/stacktrace.c')
0 files changed, 0 insertions, 0 deletions