[Skiboot] [PATCH] skiboot: Fix comment around OPAL_IMC_COUNTERS_ enum

Madhavan Srinivasan maddy at linux.vnet.ibm.com
Mon Jul 17 02:38:56 AEST 2017


Fixes: 7801be0fcf2a2 ('skiboot: Add opal calls to init/start/stop IMC devices)
Signed-off-by: Madhavan Srinivasan <maddy at linux.vnet.ibm.com>
---
 include/opal-api.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/opal-api.h b/include/opal-api.h
index edae06932195..2a8816a272bc 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -1248,7 +1248,7 @@ enum {
 	XIVE_DUMP_EMU_STATE	= 5,
 };
 
-/* Operation argument to IMC Microcode */
+/* "type" argument options for OPAL_IMC_COUNTERS_* calls */
 enum {
 	OPAL_IMC_COUNTERS_NEST = 1,
 	OPAL_IMC_COUNTERS_CORE = 2,
-- 
2.7.4



More information about the Skiboot mailing list