diff mbox series

[v1,5/9] includes: remove stale [smp|max]_cpus externs

Message ID 20190828165307.18321-6-alex.bennee@linaro.org
State New
Headers show
Series arm semih-hosting cleanups and other misc cleanups | expand

Commit Message

Alex Bennée Aug. 28, 2019, 4:53 p.m. UTC
Commit a5e0b3311 removed these in favour of querying machine
properties. Remove the extern declarations as well.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Cc: Like Xu <like.xu@linux.intel.com>
Message-Id: <20190711130546.18578-1-alex.bennee@linaro.org>
---
 include/sysemu/sysemu.h | 2 --
 1 file changed, 2 deletions(-)

-- 
2.20.1

Comments

Richard Henderson Aug. 28, 2019, 9:12 p.m. UTC | #1
On 8/28/19 9:53 AM, Alex Bennée wrote:
> Commit a5e0b3311 removed these in favour of querying machine

> properties. Remove the extern declarations as well.

> 

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> Cc: Like Xu <like.xu@linux.intel.com>

> Message-Id: <20190711130546.18578-1-alex.bennee@linaro.org>

> ---

>  include/sysemu/sysemu.h | 2 --

>  1 file changed, 2 deletions(-)


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>



r~
diff mbox series

Patch

diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index d2c38f611a3..44f18eb7394 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -42,8 +42,6 @@  extern const char *keyboard_layout;
 extern int win2k_install_hack;
 extern int alt_grab;
 extern int ctrl_grab;
-extern int smp_cpus;
-extern unsigned int max_cpus;
 extern int cursor_hide;
 extern int graphic_rotate;
 extern int no_quit;