Linux 2.6.{28,29}: Disable Xen support, which no longer builds on x86_64.

svn path=/nixpkgs/trunk/; revision=26732
This commit is contained in:
Ludovic Courtès 2011-04-07 09:57:38 +00:00
parent 84b3e533de
commit 38a4604710
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ import ./generic.nix (
PARAVIRT_GUEST y
KVM_CLOCK y
KVM_GUEST y
XEN y
XEN n
# We need 64 GB (PAE) support for Xen guest support.
HIGHMEM64G? y

View file

@ -30,7 +30,7 @@ import ./generic.nix (
PARAVIRT_GUEST y
KVM_CLOCK y
KVM_GUEST y
XEN y
XEN n
# We need 64 GB (PAE) support for Xen guest support.
HIGHMEM64G? y