kernel/up.c: omit it if SMP=y, USE_GENERIC_SMP_HELPERS=n
authorAndrew Morton <[email protected]>
Wed, 14 Jan 2009 17:35:44 +0000 (09:35 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Fixed-by: Robert Reif <[email protected]>
Cc: David Miller <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/Makefile