diff options
Diffstat (limited to 'arch/powerpc/include/asm/opal-api.h')
-rw-r--r-- | arch/powerpc/include/asm/opal-api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/opal-api.h b/arch/powerpc/include/asm/opal-api.h index 233c7504b1f2..fc926743647e 100644 --- a/arch/powerpc/include/asm/opal-api.h +++ b/arch/powerpc/include/asm/opal-api.h | |||
@@ -1073,6 +1073,7 @@ enum { | |||
1073 | /* Flags for OPAL_XIVE_GET/SET_VP_INFO */ | 1073 | /* Flags for OPAL_XIVE_GET/SET_VP_INFO */ |
1074 | enum { | 1074 | enum { |
1075 | OPAL_XIVE_VP_ENABLED = 0x00000001, | 1075 | OPAL_XIVE_VP_ENABLED = 0x00000001, |
1076 | OPAL_XIVE_VP_SINGLE_ESCALATION = 0x00000002, | ||
1076 | }; | 1077 | }; |
1077 | 1078 | ||
1078 | /* "Any chip" replacement for chip ID for allocation functions */ | 1079 | /* "Any chip" replacement for chip ID for allocation functions */ |