projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca5692
)
xen: remove CONFIG_XEN_MAPCACHE
author
Alexander Graf
<agraf@suse.de>
Sun, 17 Jul 2011 05:22:06 +0000
(07:22 +0200)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/configure
b/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