mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
CFS: Fix missing digit off in wmult table
Roman Zippel noticed another inconsistency of the wmult table. wmult[16] has a missing digit. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
af09f1e4b3
commit
4fd885170b
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ static const u32 prio_to_wmult[40] = {
|
|||
48356, 60446, 75558, 94446, 118058, 147573,
|
||||
184467, 230589, 288233, 360285, 450347,
|
||||
562979, 703746, 879575, 1099582, 1374389,
|
||||
717986, 2147483, 2684354, 3355443, 4194304,
|
||||
1717986, 2147483, 2684354, 3355443, 4194304,
|
||||
5244160, 6557201, 8196502, 10250518, 12782640,
|
||||
16025997, 19976592, 24970740, 31350126, 39045157,
|
||||
49367440, 61356675, 76695844, 95443717, 119304647,
|
||||
|
|
Loading…
Reference in a new issue