Subject: [PATCH] [FEAT VS1804] zipl/sclp: Remove duplicate macros From: Marc Hartmayer Summary: genprotimg: Introduce new tool for the creation of PV images Description: genprotimg takes a kernel, host-key documents, optionally an initrd, optionally a file with the kernel command line, and it generates a single, loadable image file. The image consists of a concatenation of a plain text boot loader, the encrypted components for kernel, initrd, and cmdline, and the integrity-protected PV header, containing metadata necessary for running the guest in PV mode. It's possible to use this image file as a kernel for zIPL or for a direct kernel boot using QEMU. Upstream-ID: b2ae5a91ac16c5facb892dedc2dcb268eff07edf Problem-ID: VS1804 Upstream-Description: zipl/sclp: Remove duplicate macros Signed-off-by: Philipp Rudo Reviewed-by: Stefan Haberland Signed-off-by: Jan Höppner Signed-off-by: Marc Hartmayer --- zipl/boot/sclp_stage3.h | 3 --- 1 file changed, 3 deletions(-) --- a/zipl/boot/sclp_stage3.h +++ b/zipl/boot/sclp_stage3.h @@ -17,9 +17,6 @@ #define SDIAS_EVSTATE_ALL_STORED 0x00 #define SDIAS_EVSTATE_PART_STORED 0x10 -#define SDIAS_EVSTATE_ALL_STORED 0x00 -#define SDIAS_EVSTATE_PART_STORED 0x10 - struct sdias_evbuf { struct evbuf_header header; uint8_t event_qual;