From eb4e806cdc0801718e3d74b2062700d57f6f4b5a Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Mon, 23 Mar 2020 10:07:07 +0100 Subject: [PATCH] zipl/sclp: remove PSW_* macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They were never used and can therefore be removed. Reviewed-by: Jan Höppner Reviewed-by: Philipp Rudo Reviewed-by: Stefan Haberland Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- zipl/boot/sclp.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zipl/boot/sclp.h b/zipl/boot/sclp.h index 6524c749..a215dd1b 100644 --- a/zipl/boot/sclp.h +++ b/zipl/boot/sclp.h @@ -41,11 +41,6 @@ #define SCLP_EVENT_MASK_MSG 0x40000000 #define SCLP_EVENT_MASK_OPCMD 0x80000000 -#define PSW_EXT_MASK 0x00080000ULL -#define PSW_EXT_ADDR 0x80000000ULL -#define PSW_WAIT_MASK 0x010a0000ULL -#define PSW_WAIT_ADDR 0x00000000ULL - #define CTL_SERVICE_SIGNAL 0x0200 #define CTL_CLOCK_COMPARATOR 0x0800