]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
xen/arm: Switch to SYS_STATE_boot right after console setup
authorJulien Grall <julien.grall@linaro.org>
Fri, 10 May 2013 02:17:53 +0000 (03:17 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 10 May 2013 13:17:16 +0000 (14:17 +0100)
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/setup.c

index 59646d65abe0d3bf3fa80d3e33271856838db4f6..29447effca6a109fe8fd154074f4ee1a171c41ff 100644 (file)
@@ -435,6 +435,8 @@ void __init start_xen(unsigned long boot_phys_offset,
     console_init_preirq();
 #endif
 
+    system_state = SYS_STATE_boot;
+
     processor_id();
 
     init_xen_time();