]> git.baikalelectronics.ru Git - kernel.git/commit
CFS: Fix missing digit off in wmult table
authorThomas Gleixner <tglx@linutronix.de>
Fri, 13 Jul 2007 19:43:55 +0000 (21:43 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 13 Jul 2007 23:45:43 +0000 (16:45 -0700)
commit3fa37339fdff7955e14d6471a492ebd8795bf424
tree504a949de4700d7d995aab93ff941930b9e05ce0
parent85dd824ed0dec56a2c12c4f2c742ca71f616b8c3
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>
kernel/sched.c