diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/elf.h | 1 | ||||
| -rw-r--r-- | include/uapi/linux/kvm.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h index b59ee077a596..8c6d3bdb9a00 100644 --- a/include/uapi/linux/elf.h +++ b/include/uapi/linux/elf.h | |||
| @@ -409,6 +409,7 @@ typedef struct elf64_shdr { | |||
| 409 | #define NT_S390_TDB 0x308 /* s390 transaction diagnostic block */ | 409 | #define NT_S390_TDB 0x308 /* s390 transaction diagnostic block */ |
| 410 | #define NT_S390_VXRS_LOW 0x309 /* s390 vector registers 0-15 upper half */ | 410 | #define NT_S390_VXRS_LOW 0x309 /* s390 vector registers 0-15 upper half */ |
| 411 | #define NT_S390_VXRS_HIGH 0x30a /* s390 vector registers 16-31 */ | 411 | #define NT_S390_VXRS_HIGH 0x30a /* s390 vector registers 16-31 */ |
| 412 | #define NT_S390_GS_CB 0x30b /* s390 guarded storage registers */ | ||
| 412 | #define NT_ARM_VFP 0x400 /* ARM VFP/NEON registers */ | 413 | #define NT_ARM_VFP 0x400 /* ARM VFP/NEON registers */ |
| 413 | #define NT_ARM_TLS 0x401 /* ARM TLS register */ | 414 | #define NT_ARM_TLS 0x401 /* ARM TLS register */ |
| 414 | #define NT_ARM_HW_BREAK 0x402 /* ARM hardware breakpoint registers */ | 415 | #define NT_ARM_HW_BREAK 0x402 /* ARM hardware breakpoint registers */ |
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index 1e1a6c728a18..6180ea50e9ef 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h | |||
| @@ -890,6 +890,8 @@ struct kvm_ppc_resize_hpt { | |||
| 890 | #define KVM_CAP_MIPS_VZ 137 | 890 | #define KVM_CAP_MIPS_VZ 137 |
| 891 | #define KVM_CAP_MIPS_TE 138 | 891 | #define KVM_CAP_MIPS_TE 138 |
| 892 | #define KVM_CAP_MIPS_64BIT 139 | 892 | #define KVM_CAP_MIPS_64BIT 139 |
| 893 | #define KVM_CAP_S390_GS 140 | ||
| 894 | #define KVM_CAP_S390_AIS 141 | ||
| 893 | 895 | ||
| 894 | #ifdef KVM_CAP_IRQ_ROUTING | 896 | #ifdef KVM_CAP_IRQ_ROUTING |
| 895 | 897 | ||
