aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-02-11 14:16:04 -0500
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:40:47 -0400
commit96597fd2be7070631ad0776cd8bced21415fd5e3 (patch)
treef592ab1b01a1b10d032a44f0c2137693ec73df04 /arch/x86/Kconfig
parent2785c8d052278228cc3806233c09295088f83d42 (diff)
x86: introduce vsmp paravirt helpers
Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ravikiran Thirumalai <kiran@scalemp.com> Acked-by: Shai Fultheim <shai@scalemp.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 6c70fed0f9a0..ed7f72b39113 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -328,7 +328,8 @@ config X86_RDC321X
328config X86_VSMP 328config X86_VSMP
329 bool "Support for ScaleMP vSMP" 329 bool "Support for ScaleMP vSMP"
330 depends on X86_64 && PCI 330 depends on X86_64 && PCI
331 help 331 select PARAVIRT
332 help
332 Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is 333 Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is
333 supposed to run on these EM64T-based machines. Only choose this option 334 supposed to run on these EM64T-based machines. Only choose this option
334 if you have one of these machines. 335 if you have one of these machines.