Skip to content

Commit

Permalink
skiboot: Fix comment around OPAL_IMC_COUNTERS_ enum
Browse files Browse the repository at this point in the history
Fixes: 7801be0 ('skiboot: Add opal calls to init/start/stop IMC devices)
Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
Madhavan Srinivasan authored and stewartsmith committed Jul 17, 2017
1 parent 77196c8 commit eae8678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/opal-api.h
Expand Up @@ -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,
Expand Down

0 comments on commit eae8678

Please sign in to comment.