sched: fix cpupri priocount
authorGregory Haskins <ghaskins@novell.com>
Wed, 4 Jun 2008 19:04:10 +0000 (15:04 -0400)
committerIngo Molnar <mingo@elte.hu>
Fri, 6 Jun 2008 13:19:43 +0000 (15:19 +0200)
A rounding error was pointed out by Peter Zijlstra which would result
in the structure holding priorities to be off by one.

Signed-off-by: Gregory Haskins <ghaskins@novell.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found