]> git.neil.brown.name Git - history.git/commit
[PATCH] fix the subarch build again after ACPI breakage
authorJames Bottomley <james.bottomley@steeleye.com>
Fri, 2 Apr 2004 03:09:37 +0000 (19:09 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 2 Apr 2004 03:09:37 +0000 (19:09 -0800)
commitd75458fbfd1da510226d85ec4d7430a1b885fe41
treebde15e02f8d3e8f00047ff88a5dbb0544378b20e
parentd23a01c07adf114fb183d35575d2384d0c237144
[PATCH] fix the subarch build again after ACPI breakage

The patch to check "maxcpus=N" early broke by putting maxcpus (a
variable which is only exported by mpparse.c) into
parse_cmdline_early().

The fix is to make it depend on the correct CONFIG_ option.

In the subarchitectures:

CONFIG_X86_SMP is the one that means "I want standard x86 smp code" and
that's what this should depend on.
arch/i386/kernel/setup.c