diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-09-26 09:40:39 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-11-01 10:58:08 -0500 |
commit | bdb7ca67de6ef7170f925fd33bdf77c05e46f76d (patch) | |
tree | 37f830ed3761ba778804af91b48f7ee076911e18 /cpus.h | |
parent | b3c4bbe56dc707102d3abd969f51bb2aa9c6c53d (diff) |
Simplify cpu_exec_all to tcg_exec_all
After the removal of the non-threaded mode cpu_exec_all is now only used
by TCG. Refactor it accordingly, also dropping its unused return value.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'cpus.h')
-rw-r--r-- | cpus.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ void cpu_synchronize_all_post_init(void); /* vl.c */ extern int smp_cores; extern int smp_threads; -bool cpu_exec_all(void); void set_numa_modes(void); void set_cpu_log(const char *optarg); void set_cpu_log_filename(const char *optarg); |