From 224f9fd4191feaf104965d8feb814f7303923a47 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 30 Apr 2014 13:56:50 -0700 Subject: 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 Signed-off-by: Richard Henderson --- vl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'vl.c') diff --git a/vl.c b/vl.c index 9a05a6bd95..4315dd2fa1 100644 --- a/vl.c +++ b/vl.c @@ -82,7 +82,6 @@ int main(int argc, char **argv) #include "qemu/timer.h" #include "sysemu/char.h" #include "qemu/bitmap.h" -#include "qemu/cache-utils.h" #include "sysemu/blockdev.h" #include "hw/block/block.h" #include "migration/block.h" @@ -2974,8 +2973,6 @@ int main(int argc, char **argv, char **envp) rtc_clock = QEMU_CLOCK_HOST; - qemu_cache_utils_init(); - QLIST_INIT (&vm_change_state_head); os_setup_early_signal_handling(); -- cgit v1.2.3