diff options
author | Fam Zheng | 2015-03-16 10:03:34 +0100 |
---|---|---|
committer | Paolo Bonzini | 2015-04-27 18:24:17 +0200 |
commit | 02f4035c47b4d34cdc61780292ee288f400b9c49 (patch) | |
tree | d9de1707cdf90239b3c2218f1b37ef0a0e098a6f /bsd-user | |
parent | exec: Atomic access to bounce buffer (diff) | |
download | qemu-02f4035c47b4d34cdc61780292ee288f400b9c49.tar.gz qemu-02f4035c47b4d34cdc61780292ee288f400b9c49.tar.xz qemu-02f4035c47b4d34cdc61780292ee288f400b9c49.zip |
linux-user, bsd-user: Remove two calls to cpu_exec_init_all
The function is a nop for user mode, so just remove them.
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <1426496617-10702-3-git-send-email-famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'bsd-user')
-rw-r--r-- | bsd-user/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-user/main.c b/bsd-user/main.c index 1bb27548f2..5bfaf5c421 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -905,7 +905,6 @@ int main(int argc, char **argv) #endif } tcg_exec_init(0); - cpu_exec_init_all(); /* NOTE: we need to init the CPU at this stage to get qemu_host_page_size */ cpu = cpu_init(cpu_model); |