diff options
author | Richard Henderson <rth@twiddle.net> | 2014-04-30 13:56:50 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-06-23 07:32:30 -0700 |
commit | 224f9fd4191feaf104965d8feb814f7303923a47 (patch) | |
tree | 391ae91eda31d012979c5b9092ce64ea99947514 /exec.c | |
parent | 2b45c3f5008bf760e628126f0344c1effbee0714 (diff) | |
download | qemu-224f9fd4191feaf104965d8feb814f7303923a47.zip qemu-224f9fd4191feaf104965d8feb814f7303923a47.tar.gz qemu-224f9fd4191feaf104965d8feb814f7303923a47.tar.bz2 |
tcg-ppc: Merge cache-utils into the backend
As a "utility", it only supported ppc, and in a way that other
tcg backends provided directly in tcg-target.h. Removing this
disparity is easier now that the two ppc backends are merged.
Tested-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'exec.c')
-rw-r--r-- | exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ #include "exec/memory-internal.h" #include "exec/ram_addr.h" -#include "qemu/cache-utils.h" #include "qemu/range.h" |