aboutsummaryrefslogtreecommitdiffstats
path: root/vl-android.c
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-09 13:57:15 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-06-01 17:08:18 +0200
commit8ee4e5ed2bf68384cd80ec5b958da4da164652ae (patch)
tree0a2d7d552bac0dca6c4f60973f1aded925b23701 /vl-android.c
parent65d1521938243d4778db1e3a19cd6dcbc00f540e (diff)
downloadexternal_qemu-8ee4e5ed2bf68384cd80ec5b958da4da164652ae.zip
external_qemu-8ee4e5ed2bf68384cd80ec5b958da4da164652ae.tar.gz
external_qemu-8ee4e5ed2bf68384cd80ec5b958da4da164652ae.tar.bz2
trace: simplify code and avoid conflicts
Change-Id: I8f93e06038bd6e35a2972e3fef351046c247e4ee
Diffstat (limited to 'vl-android.c')
-rw-r--r--vl-android.c8
1 files changed, 0 insertions, 8 deletions
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