commit | 9e0c914cabc6d75d2eafdff00671a2ad683a5e3c | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Tue Apr 29 01:00:25 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 29 08:06:11 2008 -0700 |
tree | 5986ff43c7af515b34520069efce556b529ea5d9 | |
parent | 1faf8e40a8ab12ae1f7f474965e6fb031e43f8d6 [diff] |
kernel/cpuset.c: make 3 functions static Make the following needlessly global functions static: - cpuset_test_cpumask() - cpuset_change_cpumask() - cpuset_do_move_task() Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>