aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include')
-rw-r--r--arch/s390/include/asm/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h
index 43390699bd39..3238d4004e84 100644
--- a/arch/s390/include/asm/kvm_host.h
+++ b/arch/s390/include/asm/kvm_host.h
@@ -175,7 +175,7 @@ struct kvm_s390_ext_info {
175}; 175};
176 176
177#define PGM_OPERATION 0x01 177#define PGM_OPERATION 0x01
178#define PGM_PRIVILEGED_OPERATION 0x02 178#define PGM_PRIVILEGED_OP 0x02
179#define PGM_EXECUTE 0x03 179#define PGM_EXECUTE 0x03
180#define PGM_PROTECTION 0x04 180#define PGM_PROTECTION 0x04
181#define PGM_ADDRESSING 0x05 181#define PGM_ADDRESSING 0x05