From e276f96e5afeae417c1a9a92e0b959ceb64cd3d8 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 10 Oct 2006 22:48:57 +0100 Subject: [PATCH] --- yaml --- r: 39240 b: refs/heads/master c: 1af9892811ad3bf2abb31566bfb2ec0b5070a66a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/cpuset.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dbc222ec4e9d..56c4251cce2e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6c6e640b8b258dc7f60533e81f050d15fc0a9af +refs/heads/master: 1af9892811ad3bf2abb31566bfb2ec0b5070a66a diff --git a/trunk/kernel/cpuset.c b/trunk/kernel/cpuset.c index 9d850ae13b1b..6313c38c930e 100644 --- a/trunk/kernel/cpuset.c +++ b/trunk/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(); }