Skip to content

Commit 63dd9b4

Browse files
heicarstMartin Schwidefsky
authored andcommitted
s390/ptrace: remove empty ifdefs
Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
1 parent e4371f6 commit 63dd9b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

arch/s390/include/asm/ptrace.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
#include <uapi/asm/ptrace.h>
1010

1111
#ifndef __ASSEMBLY__
12-
#ifndef __s390x__
13-
#else /* __s390x__ */
14-
#endif /* __s390x__ */
12+
1513
extern long psw_kernel_bits;
1614
extern long psw_user_bits;
1715

@@ -77,8 +75,6 @@ struct per_struct_kernel {
7775
#define PER_CONTROL_SUSPENSION 0x00400000UL
7876
#define PER_CONTROL_ALTERATION 0x00200000UL
7977

80-
#ifdef __s390x__
81-
#endif /* __s390x__ */
8278
/*
8379
* These are defined as per linux/ptrace.h, which see.
8480
*/

0 commit comments

Comments
 (0)