From: Geert Uytterhoeven Date: Sun, 6 Dec 2009 19:41:16 +0000 (+0100) Subject: cpumask: Fix generate_sched_domains() for UP X-Git-Tag: v2.6.33-rc1~298^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1b8090bdf125f8b2e192149547fead7f302a89c;p=pandora-kernel.git cpumask: Fix generate_sched_domains() for UP Commit acc3f5d7cabbfd6cec71f0c1f9900621fa2d6ae7 ("cpumask: Partition_sched_domains takes array of cpumask_var_t") changed the function signature of generate_sched_domains() for the CONFIG_SMP=y case, but forgot to update the corresponding function for the CONFIG_SMP=n case, causing: kernel/cpuset.c:2073: warning: passing argument 1 of 'generate_sched_domains' from incompatible pointer type Signed-off-by: Geert Uytterhoeven Cc: Rusty Russell Cc: Linus Torvalds LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed