kernel/up.c: omit it if SMP=y, USE_GENERIC_SMP_HELPERS=n
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 14 Jan 2009 17:35:44 +0000 (09:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Jan 2009 17:42:11 +0000 (09:42 -0800)
commit9316fcacb89c59fe556c48587ac02cd7f5d38045
tree01e358788e2aef292d46fb8c1f598edf3449fe47
parent18e6959c385f3edf3991fa6662a53dac4eb10d5b
kernel/up.c: omit it if SMP=y, USE_GENERIC_SMP_HELPERS=n

Fix the sparc build - we were including `up.o' on SMP builds, when
CONFIG_USE_GENERIC_SMP_HELPERS=n.

Tested-by: Robert Reif <reif@earthlink.net>
Fixed-by: Robert Reif <reif@earthlink.net>
Cc: David Miller <davem@davemloft.net>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/Makefile