clean cpus.h

This commit is contained in:
Nguyen Anh Quynh 2020-06-15 00:51:28 +08:00
parent e0c89b7f2c
commit 961fed7b11

View File

@ -7,14 +7,8 @@ struct uc_struct;
int resume_all_vcpus(struct uc_struct*);
void cpu_stop_current(struct uc_struct*);
#ifndef CONFIG_USER_ONLY
/* vl.c */
extern int smp_cores;
extern int smp_threads;
#else
/* *-user doesn't have configurable SMP topology */
#define smp_cores 1
#define smp_threads 1
#endif
#endif