]> git.baikalelectronics.ru Git - kernel.git/commit
sched: remove unused params
authorGerald Stralko <gerb.stralko@gmail.com>
Thu, 31 Jan 2008 21:45:23 +0000 (22:45 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 31 Jan 2008 21:45:23 +0000 (22:45 +0100)
commitf811526dff84bf657ceb37f160871c20524ffb11
tree522e811c815d296497cac1e12127fdbfaa4a8da6
parentc3c0ae2e3fb02d1315d3dc5e16467c41aa056d9b
sched: remove unused params

This removes the extra struct task_struct *p parameter in inc_nr_running
and dec_nr_running functions.

Signed-off by: Jerry Stralko <gerb.stralko@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c