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)
commit4fd885170bf13841ada921495b7b00c4b9971cf9
tree504a949de4700d7d995aab93ff941930b9e05ce0
parentaf09f1e4b3214569de93bc9309c35014e5c8a3d0
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