All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Hannemann <hannemann@nets.rwth-aachen.de>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: xen-devel@lists.xensource.com
Subject: [PATCH] let XEN depend on PAE
Date: Fri, 22 Feb 2008 12:00:24 +0100	[thread overview]
Message-ID: <47BEAB48.7050900@nets.rwth-aachen.de> (raw)

Hi,

As paravirtualized xen guests won't work with !X86_PAE, change the Kconfig
accordingly.

Signed-off-by: Arnd Hannemann <hannemann@nets.rwth-aachen.de>

diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 4d5f264..2035238 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -6,7 +6,7 @@ config XEN
    bool "Xen guest support"
    select PARAVIRT
    depends on X86_32
-   depends on X86_CMPXCHG && X86_TSC && !NEED_MULTIPLE_NODES && !(X86_VISWS ||
X86_VOYAGER)
+   depends on X86_PAE && X86_CMPXCHG && X86_TSC && !NEED_MULTIPLE_NODES &&
!(X86_VISWS || X86_VOYAGER)
    help
      This is the Linux Xen port.  Enabling this will allow the
      kernel to boot in a paravirtualized environment under the


             reply	other threads:[~2008-02-22 11:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-22 11:00 Arnd Hannemann [this message]
2008-02-22 13:37 ` [PATCH] let XEN depend on PAE Ian Campbell
2008-02-22 15:00   ` Arnd Hannemann
2008-02-22 16:37 ` [Xen-devel] " Jeremy Fitzhardinge
2008-02-22 16:54   ` Arnd Hannemann
2008-02-22 18:59     ` Jeremy Fitzhardinge
2008-02-22 18:59       ` Jeremy Fitzhardinge
2008-02-22 19:45       ` [Xen-devel] " Arnd Hannemann
2008-02-22 19:45         ` Arnd Hannemann
2008-02-22 21:13         ` [Xen-devel] " Jeremy Fitzhardinge
2008-02-22 21:13           ` Jeremy Fitzhardinge
2008-02-23 12:37         ` [Xen-devel] " Arnd Hannemann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47BEAB48.7050900@nets.rwth-aachen.de \
    --to=hannemann@nets.rwth-aachen.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.