]> git.proxmox.com Git - mirror_qemu.git/commit - cpus.c
cpus.c: Make all_cpu_threads_idle() static
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Jul 2012 15:52:27 +0000 (16:52 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sat, 21 Jul 2012 09:54:40 +0000 (10:54 +0100)
commitac873f1ed5060653719320d562bff7c8f6c4e6a9
tree690e5f8f635b90a1133d8140f1fde09450a3d577
parent7c7bb0223e667c656950427cd17bf95d92993f76
cpus.c: Make all_cpu_threads_idle() static

Commit 946fb27c1 moved all the uses of all_cpu_threads_idle()
into cpus.c. This means we can mark the function 'static'
(again), if we shuffle it a bit earlier in the source file.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
cpus.c
qemu-common.h