Magellan Linux

Contents of /tags/kernel26-xen-2_6_25_r1-fedora9-patches/kernel26-xen/patches-2.6.25-r1/1060-2.6.25-xen-Hack-disable-vsmp.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 608 - (show annotations) (download)
Fri May 23 12:17:32 2008 UTC (16 years ago) by (unknown author)
File size: 678 byte(s)
This commit was manufactured by cvs2svn to create tag
'kernel26-xen-2_6_25_r1-fedora9-patches'.
1 From 2dd2b2d9cb9871afcb7b27ebcd58acebcbb867d3 Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Wed, 12 Dec 2007 16:19:02 -0200
4 Subject: [PATCH] Hack: disable vsmp
5
6 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7 ---
8 arch/x86/Kconfig | 1 +
9 1 files changed, 1 insertions(+), 0 deletions(-)
10
11 diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
12 index 3daae55..f18418d 100644
13 --- a/arch/x86/Kconfig
14 +++ b/arch/x86/Kconfig
15 @@ -327,6 +327,7 @@ config X86_RDC321X
16
17 config X86_VSMP
18 bool "Support for ScaleMP vSMP"
19 + depends on !XEN
20 depends on X86_64 && PCI
21 help
22 Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is
23 --
24 1.5.4.1
25