From: David Miller <davem@xxxxxxxxxxxxx> Date: Mon, 14 May 2007 03:22:34 -0700 (PDT) > I'll see if I can work out the SMP build breakage. This gets UP sparc32 building again: commit 6e46507d0178ad4b33ed3bfcc72dc6e1e8a17790 Author: David S. Miller <davem@xxxxxxxxxxxxxxxxxxxx> Date: Mon May 14 03:53:47 2007 -0700 [SPARC32]: asm/system.h needs asm/smp.h To get hard_smp_processor_id() even on UP builds. Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> diff --git a/include/asm-sparc/system.h b/include/asm-sparc/system.h index 8b6d9c9..8b4e23b 100644 --- a/include/asm-sparc/system.h +++ b/include/asm-sparc/system.h @@ -11,6 +11,7 @@ #include <asm/psr.h> #include <asm/ptrace.h> #include <asm/btfixup.h> +#include <asm/smp.h> #ifndef __ASSEMBLY__ - To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html