[Skiboot] [PATCH V6 11/12] opal/errorlog : Removes elog_init() for OPAL running under qemu

Mukesh Ojha mukesh02 at linux.vnet.ibm.com
Thu Sep 1 05:39:15 AEST 2016


'elog_init()' create memory pool for error log and currently we don't use
this memory pool for 'OPAL running under QEMU'.

We will enable the error log write to host support for 'OPAL running under
QEMU' later in the future. But, for now we are dropping the use of
elog_init() here.

Signed-off-by: Mukesh Ojha <mukesh02 at linux.vnet.ibm.com>
---
Changes in V6:
 - New patch.

 platforms/qemu/qemu.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/platforms/qemu/qemu.c b/platforms/qemu/qemu.c
index 0c583f1..23667ba 100644
--- a/platforms/qemu/qemu.c
+++ b/platforms/qemu/qemu.c
@@ -92,8 +92,6 @@ static void qemu_init(void)
 
 	/* Register the BT interface with the IPMI layer */
 	bt_init();
-	/* Initialize elog */
-	elog_init();
 	ipmi_sel_init();
 	ipmi_wdt_init();
 	ipmi_opal_init();
-- 
2.7.4



More information about the Skiboot mailing list