1
0
Fork 0
mirror of https://github.com/followmsi/android_kernel_google_msm.git synced 2024-11-06 23:17:41 +00:00

[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>
This commit is contained in:
Al Viro 2006-10-10 22:48:57 +01:00 committed by Linus Torvalds
parent e6c6e640b8
commit 1af9892811

View file

@ -2137,7 +2137,7 @@ static int cpuset_handle_cpuhp(struct notifier_block *nb,
* See also the previous routine cpuset_handle_cpuhp(). * See also the previous routine cpuset_handle_cpuhp().
*/ */
void cpuset_track_online_nodes() void cpuset_track_online_nodes(void)
{ {
common_cpu_mem_hotplug_unplug(); common_cpu_mem_hotplug_unplug();
} }