]> git.baikalelectronics.ru Git - kernel.git/commit
sched: make scheduler sysfs attributes sysdev class devices
authorAndi Kleen <andi@firstfloor.org>
Wed, 30 Jul 2008 05:33:52 +0000 (22:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Jul 2008 16:41:47 +0000 (09:41 -0700)
commit40e0e95e24fb0f1c13ad0df4945329cfcf472260
tree17ee7b9ed94c819985e4805436dc20b22e587f5f
parentf6ebdc4b5ed316d04411bc2773d39c8a5761ba1b
sched: make scheduler sysfs attributes sysdev class devices

They are really class devices, but were incorrectly declared.  This
leads to crashes with the recent changes that makes non normal sysdevs
use a different prototype.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Pierre Ossman <drzeus-list@drzeus.cx>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sched.c