mirror of https://gitee.com/openkylin/qemu.git
xen: remove CONFIG_XEN_MAPCACHE
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>
This commit is contained in:
parent
8ca5692df4
commit
f03a4ac122
|
@ -3290,9 +3290,6 @@ case "$target_arch2" in
|
||||||
if test "$xen" = "yes" -a "$target_softmmu" = "yes" ; then
|
if test "$xen" = "yes" -a "$target_softmmu" = "yes" ; then
|
||||||
target_phys_bits=64
|
target_phys_bits=64
|
||||||
echo "CONFIG_XEN=y" >> $config_target_mak
|
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
|
fi
|
||||||
esac
|
esac
|
||||||
case "$target_arch2" in
|
case "$target_arch2" in
|
||||||
|
|
Loading…
Reference in New Issue