diff options
Diffstat (limited to 'arch/s390/include/asm/kvm_host.h')
-rw-r--r-- | arch/s390/include/asm/kvm_host.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h index f0a1dc5e5d1f..96b8a67ddaf8 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h | |||
@@ -132,7 +132,10 @@ struct kvm_s390_sie_block { | |||
132 | psw_t gpsw; /* 0x0090 */ | 132 | psw_t gpsw; /* 0x0090 */ |
133 | __u64 gg14; /* 0x00a0 */ | 133 | __u64 gg14; /* 0x00a0 */ |
134 | __u64 gg15; /* 0x00a8 */ | 134 | __u64 gg15; /* 0x00a8 */ |
135 | __u8 reservedb0[28]; /* 0x00b0 */ | 135 | __u8 reservedb0[20]; /* 0x00b0 */ |
136 | __u16 extcpuaddr; /* 0x00c4 */ | ||
137 | __u16 eic; /* 0x00c6 */ | ||
138 | __u32 reservedc8; /* 0x00c8 */ | ||
136 | __u16 pgmilc; /* 0x00cc */ | 139 | __u16 pgmilc; /* 0x00cc */ |
137 | __u16 iprcc; /* 0x00ce */ | 140 | __u16 iprcc; /* 0x00ce */ |
138 | __u32 dxc; /* 0x00d0 */ | 141 | __u32 dxc; /* 0x00d0 */ |