]> git.proxmox.com Git - qemu.git/commitdiff
xen: remove CONFIG_XEN_MAPCACHE
authorAlexander Graf <agraf@suse.de>
Sun, 17 Jul 2011 05:22:06 +0000 (07:22 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 26 Jul 2011 04:43:10 +0000 (06:43 +0200)
We were still exporting CONFIG_XEN_MAPCACHE, even though it's completely
unused by now. Remove it.

Signed-off-by: Alexander Graf <agraf@suse.de>
configure

index 38e3724f3371bf398c5a596bdd088b7aacb82cc4..cd399dc4ce8ea3c592f599e9505d47e35de7c193 100755 (executable)
--- a/configure
+++ b/configure
@@ -3290,9 +3290,6 @@ case "$target_arch2" in
     if test "$xen" = "yes" -a "$target_softmmu" = "yes" ; then
       target_phys_bits=64
       echo "CONFIG_XEN=y" >> $config_target_mak
-      if test "$cpu" = "i386" -o "$cpu" = "x86_64"; then
-          echo "CONFIG_XEN_MAPCACHE=y" >> $config_target_mak
-      fi
     fi
 esac
 case "$target_arch2" in