diff options
Diffstat (limited to 'include/sysemu/cpus.h')
-rw-r--r-- | include/sysemu/cpus.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sysemu/cpus.h b/include/sysemu/cpus.h index 0535a4c..b4a566c 100644 --- a/include/sysemu/cpus.h +++ b/include/sysemu/cpus.h @@ -50,11 +50,4 @@ void cpu_synchronize_all_post_reset(void); void cpu_synchronize_all_post_init(void); void cpu_synchronize_all_pre_loadvm(void); -#ifndef CONFIG_USER_ONLY -/* vl.c */ -/* *-user doesn't have configurable SMP topology */ -extern int smp_cores; -extern int smp_threads; -#endif - #endif |