diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2009-01-01 17:48:44 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-01-04 15:28:41 +0200 |
commit | fa9d0dbfb6cbfba1e9e658647028c7381402c04e (patch) | |
tree | 8baf24c209fc04517ff21e4e4ca02db2bcc53c92 /bios | |
parent | 8a91bbbe263f26725de67dbe36f4ce98c0379f69 (diff) |
kvm: bios: Remove duplicate call to qemu_cfg_port_probe()
qemu_cfg_port_probe is called twice in rombios32.c. Remove the second call.
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'bios')
-rwxr-xr-x | bios/rombios32.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bios/rombios32.c b/bios/rombios32.c index a0c95729..ab37e13f 100755 --- a/bios/rombios32.c +++ b/bios/rombios32.c @@ -2201,10 +2201,6 @@ void rombios32_init(uint32_t *s3_resume_vector, uint8_t *shutdown_flag) init_smp_msrs(); -#ifdef BX_QEMU - qemu_cfg_port = qemu_cfg_port_probe(); -#endif - ram_probe(); cpu_probe(); |