[Skiboot] [PATCH v2 8/9] Don't double preload hservices LIDs

Stewart Smith stewart at linux.vnet.ibm.com
Wed May 6 14:00:53 AEST 2015


On Firenze, we called hservices_lid_preload in firenze_init() but
hservices_lid_preload() is called from ibm_fsp_init(), so  we ended
up doing the load twice.

This added approximately 0.2 seconds to boot time.

Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 platforms/ibm-fsp/firenze.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/platforms/ibm-fsp/firenze.c b/platforms/ibm-fsp/firenze.c
index d473875..8e750ce 100644
--- a/platforms/ibm-fsp/firenze.c
+++ b/platforms/ibm-fsp/firenze.c
@@ -393,10 +393,6 @@ static void firenze_init(void)
 	hservices_init();
 
 	ibm_fsp_init();
-
-	/* Preload hostservices lids */
-	hservices_lid_preload();
-
 }
 
 DECLARE_PLATFORM(firenze) = {
-- 
1.7.10.4



More information about the Skiboot mailing list