Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1137-2.6.25-xen-Allow-enabling-Xen-on-x86_64.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (16 years ago) by niro
File size: 746 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 dd13951e3b9da1e89a23406c593e40fa5593c8e3 Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Fri, 29 Feb 2008 13:07:13 -0300
4 Subject: [PATCH] Allow enabling Xen on x86_64
5
6 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7 ---
8 arch/x86/xen/Kconfig | 1 -
9 1 files changed, 0 insertions(+), 1 deletions(-)
10
11 diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
12 index ff6a56a..ef1aaf2 100644
13 --- a/arch/x86/xen/Kconfig
14 +++ b/arch/x86/xen/Kconfig
15 @@ -5,7 +5,6 @@
16 config XEN
17 bool "Xen guest support"
18 select PARAVIRT
19 - depends on X86_32
20 depends on X86_CMPXCHG && X86_TSC && !NEED_MULTIPLE_NODES && !(X86_VISWS || X86_VOYAGER)
21 help
22 This is the Linux Xen port. Enabling this will allow the
23 --
24 1.5.4.1
25