x86: enable MAXSMP
authorMike Travis <travis@sgi.com>
Wed, 17 Dec 2008 01:33:51 +0000 (17:33 -0800)
committerMike Travis <travis@sgi.com>
Wed, 17 Dec 2008 01:40:55 +0000 (17:40 -0800)
commit36f5101a60de8f79c0d1ca06e50660bf5129e02c
tree5476f291ff57f1e5873e207cd70134f67911573b
parentc8cae544bba6aee0f5cb0756dbab1a71d2c68737
x86: enable MAXSMP

Impact: activates new off-stack cpumask code on MAXSMP (non-default) x86 configs

Set MAXSMP to enable CONFIG_CPUMASK_OFFSTACK which moves cpumask's off
the stack (and in structs) when using cpumask_var_t.

Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Ingo Molnar <mingo@elte.hy>
arch/x86/Kconfig