diff options
author | Igor Mammedov | 2016-07-25 11:59:19 +0200 |
---|---|---|
committer | Eduardo Habkost | 2016-07-26 20:31:58 +0200 |
commit | 1bc7e522d9cf1b58f2de9c8f1737be0bb5129c35 (patch) | |
tree | 6b9b8bdba43cda1fd5dcd7e328d88b4230f46a41 /bsd-user | |
parent | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160726' into... (diff) | |
download | qemu-1bc7e522d9cf1b58f2de9c8f1737be0bb5129c35.tar.gz qemu-1bc7e522d9cf1b58f2de9c8f1737be0bb5129c35.tar.xz qemu-1bc7e522d9cf1b58f2de9c8f1737be0bb5129c35.zip |
exec: Reduce CONFIG_USER_ONLY ifdeffenery
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'bsd-user')
-rw-r--r-- | bsd-user/qemu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 6ccc544e7d..2b2b9184e0 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -209,8 +209,6 @@ abi_long target_mremap(abi_ulong old_addr, abi_ulong old_size, abi_ulong new_addr); int target_msync(abi_ulong start, abi_ulong len, int flags); extern unsigned long last_brk; -void cpu_list_lock(void); -void cpu_list_unlock(void); #if defined(CONFIG_USE_NPTL) void mmap_fork_start(void); void mmap_fork_end(int child); |