[Skiboot] [PATCH v2 5/9] hostservices: Do not call hservices_init on ZZ

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Tue Apr 9 21:49:25 AEST 2019


We have user space opal-prd running on ZZ. We don't use host services.
Hence do not call hservices_init().

CC: Jeremy Kerr <jk at ozlabs.org>
Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
 platforms/ibm-fsp/zz.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/platforms/ibm-fsp/zz.c b/platforms/ibm-fsp/zz.c
index 19fbb6383..29dd6089d 100644
--- a/platforms/ibm-fsp/zz.c
+++ b/platforms/ibm-fsp/zz.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 IBM Corp.
+/* Copyright 2016-2019 IBM Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -65,7 +65,6 @@ static uint32_t ibm_fsp_occ_timeout(void)
 
 static void zz_init(void)
 {
-	hservices_init();
 	ibm_fsp_init();
 }
 
-- 
2.14.3



More information about the Skiboot mailing list