Ia64: stop passing in global variable as argument to cmos_init()
commit0423d72165cdf8ae98132621429bc1bb911f3a55
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)
treea41a85191e9141f6bb055868fc84a49adc32a517
parentf063a7cc9b4f514084495ffbfd1b67d21de9e308
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>
hw/ipf.c
hw/pc.c