Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 20a4a25f authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

sched, trace: Fix prev_state output in sched_switch tracepoint



commit 3f5fe9fef5b2 ("sched/debug: Fix task state recording/printout")
tried to fix the problem introduced by a previous commit efb40f58
("sched/tracing: Fix trace_sched_switch task-state printing"). However
the prev_state output in sched_switch is still broken.

__get_task_state() uses fls() which considers the LSB as 1. Left
shifting 1 by this value gives an incorrect mapping to the task state.
Fix this by decrementing the value returned by __get_task_state()
before shifting.

Change-Id: I0291652b4d50079d04b23327b5370f07a7e15be7
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 4bd759b6
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