Magellan Linux

Contents of /trunk/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 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (15 years, 11 months ago) by niro
File size: 678 byte(s)
-ver bump to 2.6.25-magellan-r1:
- linux-2.6.25.4
- fbcondecor-0.9.4
- squashfs-3.3
- unionfs-2.3.3
- tuxonice-3.0-rc7
- linux-phc-0.3.0
- acpi-dstd-0.9a
- reiser4
- xen-3.2.0
. ipw3945-1.2.2

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