]> xenbits.xensource.com Git - seabios.git/commitdiff
Move qemu cfg init before smp init.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 9 Oct 2009 02:14:50 +0000 (22:14 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 9 Oct 2009 02:14:50 +0000 (22:14 -0400)
We will need to read qemu config during smp init.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
src/post.c

index e6f9c39da5d516ae04573069533608cbae7b4321..674f402869a90e213b71eb06dad780c8d24bddf3 100644 (file)
@@ -161,6 +161,8 @@ post()
     init_ivt();
     init_bda();
 
+    qemu_cfg_port_probe();
+
     pic_setup();
     timer_setup();
     mathcp_setup();
@@ -185,8 +187,6 @@ post()
     serial_setup();
     mouse_setup();
 
-    qemu_cfg_port_probe();
-
     init_bios_tables();
 
     boot_setup();