From: KOSAKI Motohiro Date: Wed, 20 Oct 2010 23:01:12 +0000 (-0700) Subject: sched: Make sched_param argument static in sched_setscheduler() callers X-Git-Tag: v2.6.38-rc1~489^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe7de49f9d4e53f24ec9ef762a503f70b562341c;p=pandora-kernel.git sched: Make sched_param argument static in sched_setscheduler() callers Andrew Morton pointed out almost all sched_setscheduler() callers are using fixed parameters and can be converted to static. It reduces runtime memory use a little. Signed-off-by: KOSAKI Motohiro Reported-by: Andrew Morton Acked-by: James Morris Cc: Ingo Molnar Cc: Steven Rostedt Signed-off-by: Andrew Morton Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed