summaryrefslogtreecommitdiffstats
path: root/config-x86_64-generic
diff options
context:
space:
mode:
authorPrarit Bhargava <prarit@redhat.com>2014-01-10 08:18:04 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2014-01-10 12:45:59 -0500
commit1a592cc493088e74b50dbffa8c1373c8cbc9339f (patch)
treeec0ddc2b192cf3b9fdc715de36f0aaf47b407ab0 /config-x86_64-generic
parent5e4d5b631941d641124b6415cc37039cfac25b14 (diff)
downloadkernel-1a592cc493088e74b50dbffa8c1373c8cbc9339f.tar.gz
kernel-1a592cc493088e74b50dbffa8c1373c8cbc9339f.tar.xz
kernel-1a592cc493088e74b50dbffa8c1373c8cbc9339f.zip
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
Diffstat (limited to 'config-x86_64-generic')
-rw-r--r--config-x86_64-generic3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic
index 15ad1cd7..0bb41609 100644
--- a/config-x86_64-generic
+++ b/config-x86_64-generic
@@ -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