Skip to content
Commit 591995f0 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

sched: walt: fix load_to_freq() for 32 bit system



The division in load_to_freq() gives a linker error on a 32 bit
system due to implicit division of 64 bit quantities. The load
and original capacity values are scaled to 1024, so make them
unsigned int.

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