Signed-off-by: Dave Hansen --- memhotplug-dave/arch/x86_64/Kconfig | 3 +++ 1 files changed, 3 insertions(+) diff -puN arch/x86_64/Kconfig~F2-create-__boot-x86_64 arch/x86_64/Kconfig --- memhotplug/arch/x86_64/Kconfig~F2-create-__boot-x86_64 2005-07-28 13:51:04.000000000 -0700 +++ memhotplug-dave/arch/x86_64/Kconfig 2005-07-28 13:51:04.000000000 -0700 @@ -275,6 +275,9 @@ config HAVE_DEC_LOCK depends on SMP default y +config ARCH_HAS_BOOTPA + def_bool y + config NR_CPUS int "Maximum number of CPUs (2-256)" range 2 256 _