]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
s390/ptrace: Rename psw_t32 to psw32_t
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 10 Nov 2025 18:54:33 +0000 (19:54 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 17 Nov 2025 10:10:37 +0000 (11:10 +0100)
Use a standard "_t" suffix for psw_t32 and rename it to psw32_t.

Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/ipl_data.c
arch/s390/include/asm/ptrace.h
arch/s390/kernel/compat_linux.h

index c4130a80b058e237a5375420fc4f7820d0686af2..7957cc6554e77d71e6dd212928a16c9dd39e2f3f 100644 (file)
@@ -12,7 +12,7 @@
 #define PSW_MASK_DISABLED (PSW_MASK_WAIT | PSW_MASK_EA | PSW_MASK_BA)
 
 struct ipl_lowcore {
-       psw_t32         ipl_psw;                        /* 0x0000 */
+       psw32_t         ipl_psw;                        /* 0x0000 */
        struct ccw0     ccwpgm[2];                      /* 0x0008 */
        u8              fill[56];                       /* 0x0018 */
        struct ccw0     ccwpgmcc[20];                   /* 0x0050 */
index dd87466ba0ea0ab406b0ae41d521cd9bd25338d8..962cf042c66ddcff2ace6732a827fb83a60acb13 100644 (file)
@@ -102,7 +102,7 @@ enum {
 typedef struct {
        unsigned int mask;
        unsigned int addr;
-} psw_t32 __aligned(8);
+} psw32_t __aligned(8);
 
 #define PGM_INT_CODE_MASK      0x7f
 #define PGM_INT_CODE_PER       0x80
index ef23739b277c78572897911a71e407c920985a40..133f22b5deebcc7fa07f78151771c71827a07e12 100644 (file)
@@ -33,7 +33,7 @@ typedef struct {
 } _s390_fp_regs32;
 
 typedef struct {
-       psw_t32         psw;
+       psw32_t         psw;
        __u32           gprs[__NUM_GPRS];
        __u32           acrs[__NUM_ACRS];
 } _s390_regs_common32;