Enable SGI UV systems.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1051284

Set CONFIG_X86_UV to 'y' and CONFIG_UV_MMTIMER to 'm' for large SGI boxes.
These settings will enable the booting of more than 16 processors.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: glaubitz@physik.fu-berlin.de
Cc: jwboyer@redhat.com
This commit is contained in:
Prarit Bhargava 2014-01-10 08:18:04 -05:00 committed by Josh Boyer
parent 5e4d5b6319
commit 1a592cc493
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ CONFIG_64BIT=y
CONFIG_GENERIC_CPU=y
# CONFIG_X86_VSMP is not set
# CONFIG_X86_UV is not set
CONFIG_X86_UV=y
CONFIG_UV_MMTIMER=m
CONFIG_NUMA=y
CONFIG_K8_NUMA=y
CONFIG_AMD_NUMA=y