Hi Rusty, Today's linux-next build (sparc defconfig) failed like this: In file included from arch/sparc/include/asm/smp_32.h:15, from arch/sparc/include/asm/smp.h:6, from arch/sparc/include/asm/system_32.h:12, from arch/sparc/include/asm/system.h:6, from include/linux/list.h:7, from include/linux/preempt.h:11, from include/linux/spinlock.h:50, from include/linux/seqlock.h:29, from include/linux/time.h:8, from include/linux/timex.h:57, from include/linux/sched.h:54, from arch/sparc/kernel/asm-offsets.c:13: include/linux/cpumask.h:110: error: `CONFIG_NR_CPUS' undeclared here (not in a function) and it went on ... I applied the following patch. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Date: Thu, 23 Oct 2008 20:48:36 +1100 Subject: [PATCH] sparc: fallout from cpumask CONFIG_NR_CPUS changes Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> --- arch/sparc/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 6b4970e..7b1a000 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -66,7 +66,7 @@ config SMP config NR_CPUS int "Maximum number of CPUs (2-32)" if SMP range 2 32 if SMP - default "1" if SMP + default "1" if !SMP default "32" if SMP config SPARC -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html