From bdb7ca67de6ef7170f925fd33bdf77c05e46f76d Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Mon, 26 Sep 2011 09:40:39 +0200 Subject: 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 Signed-off-by: Anthony Liguori --- cpus.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpus.h') diff --git a/cpus.h b/cpus.h index 3525375756..4ea2fe2c22 100644 --- a/cpus.h +++ b/cpus.h @@ -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); -- cgit v1.2.3