30254078ee71b1b7e7e3e521 parent 524429c31b486c05449666b94613f59f729c0a84 author Peter Zijlstra 1294404100 +0100 committer Ingo Molnar 1294412145 +0100 sched: Constify function scope static struct sched_param usage Function-scope statics are discouraged because they are easily overlooked and can cause subtle bugs/races due to their global (non-SMP safe) nature. Linus noticed that we did this for sched_param - at minimum make the const. Suggested-by: Linus Torvalds Signed-off-by: Peter Zijlstra LKML-Reference: Message-ID: Signed-off-by: Ingo Molnar àb