[kvm-unit-tests GIT PULL 06/13] s390x: sclp: Remove unnecessary padding from struct sclp_facilities
Janosch Frank <[email protected]>
| Newsgroups | org.kernel.vger.kvm,org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
From: Christoph Schlameuss <[email protected]> Struct sclp_facilities is only used within the guest to keep the facility information. Nothing bad should happen when the struct size changes in the future. Suggested-by: Janosch Frank <[email protected]> Signed-off-by: Christoph Schlameuss <[email protected]> Reviewed-by: Janosch Frank <[email protected]> Reviewed-by: Nico Boehr <[email protected]> Signed-off-by: Janosch Frank <[email protected]> --- lib/s390x/sclp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/s390x/sclp.h b/lib/s390x/sclp.h index 22f120d1..42a2f2e9 100644 --- a/lib/s390x/sclp.h +++ b/lib/s390x/sclp.h @@ -132,7 +132,6 @@ struct sclp_facilities { uint64_t has_kss : 1; uint64_t has_pfmfi : 1; uint64_t has_ibs : 1; - uint64_t : 64 - 15; }; /* bit number within a certain byte */ -- 2.53.0