commit | 5522d5d5f70005faeffff3ffc0cfa8eec0155de4 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:12 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:12 2007 +0200 |
tree | d05fc41d19b8a70102a0ad3ad7ed8f6fd2d1cf7d | |
parent | b9fa3df33f9166daf81bfa8253d339f5a7726122 [diff] |
sched: mark scheduling classes as const mark scheduling classes as const. The speeds up the code a bit and shrinks it: text data bss dec hex filename 40027 4018 292 44337 ad31 sched.o.before 40190 3842 292 44324 ad24 sched.o.after Signed-off-by: Ingo Molnar <mingo@elte.hu> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>