kvm: qemu: ia64: stop passing in global variable as argument to cmos_init()
commit15972a87943f5ba5407462803302906a53849692
authorJes Sorensen <jes@sgi.com>
Fri, 26 Sep 2008 13:03:10 +0000 (26 15:03 +0200)
committerAvi Kivity <avi@redhat.com>
Sat, 27 Sep 2008 10:50:55 +0000 (27 13:50 +0300)
treec223ec7bfc6d432f35ac89821750a1b198e65f87
parent800e7a37ca9ace991a6a36a0046551ec30ec3b9c
kvm: qemu: ia64: stop passing in global variable as argument to cmos_init()

There is no reason to pass in global variable smp_cpus to cmos_init()
which then references it as a local variable of the same name 'smp_cpus'.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu/hw/ipf.c
qemu/hw/pc.c