diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-10 22:48:57 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-10 15:37:23 -0700 |
commit | 1af9892811ad3bf2abb31566bfb2ec0b5070a66a (patch) | |
tree | 12ddef3fbd905592d37d6c1b6ece687c308253d2 | |
parent | e6c6e640b8b258dc7f60533e81f050d15fc0a9af (diff) | |
download | op-kernel-dev-1af9892811ad3bf2abb31566bfb2ec0b5070a66a.zip op-kernel-dev-1af9892811ad3bf2abb31566bfb2ec0b5070a66a.tar.gz |
[PATCH] cpuset ANSI prototype
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | kernel/cpuset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 9d850ae..6313c38 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c @@ -2137,7 +2137,7 @@ static int cpuset_handle_cpuhp(struct notifier_block *nb, * See also the previous routine cpuset_handle_cpuhp(). */ -void cpuset_track_online_nodes() +void cpuset_track_online_nodes(void) { common_cpu_mem_hotplug_unplug(); } |