From 8ee4e5ed2bf68384cd80ec5b958da4da164652ae Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 9 May 2011 13:57:15 +0200 Subject: trace: simplify code and avoid conflicts Change-Id: I8f93e06038bd6e35a2972e3fef351046c247e4ee --- vl-android.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'vl-android.c') diff --git a/vl-android.c b/vl-android.c index 08515cb..2c33092 100644 --- a/vl-android.c +++ b/vl-android.c @@ -226,7 +226,6 @@ extern void android_emulator_set_base_port(int port); #ifdef CONFIG_TRACE #include "trace.h" -#include "dcache.h" #endif #include "qemu_socket.h" @@ -5607,13 +5606,6 @@ int main(int argc, char **argv, char **envp) #ifdef CONFIG_TRACE if (trace_filename) { trace_init(trace_filename); -#if 0 - // We don't need the dcache code until we can get load and store tracing - // working again. - dcache_init(dcache_size, dcache_ways, dcache_line_size, - dcache_replace_policy, dcache_load_miss_penalty, - dcache_store_miss_penalty); -#endif fprintf(stderr, "-- When done tracing, exit the emulator. --\n"); } #endif -- cgit v1.1