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

Skip to content
Commit a2ee4e79 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti Committed by pavankumar kondeti
Browse files

trace/sched: Fix compilation for 32 bit systems



do_div() expects the dividend to be a 64 bit type. We are passing
an unsigned long to do_div() from sched_load_avg_task and
sched_load_avg_cpu trace points. This breaks compilation on
a 32 bit system.

Change-Id: I9eb07dba1e62b68d5fc8d12e3f478b22c4ba5e0d
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 21bd85cd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment